Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 323 Bytes

NOTES.md

File metadata and controls

9 lines (6 loc) · 323 Bytes

Development Notes

Concord Server and Server Plugins

Prefer explicit binding using com.google.inject.Module over @Named annotations. Use @Named for top-level modules and server plugins.

Some classes require explicit bindings using Multibinder.newSetBinder:

  • com.walmartlabs.concord.server.sdk.ScheduledTask