Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 529 Bytes

creating_your_custom_guice_module.md

File metadata and controls

11 lines (6 loc) · 529 Bytes

Creating Your Custom Guice Module

Guice can be used in Orienteer as an "Injection engine".

Here you can check how to add your own guiece module. In short:

  1. Implement your own Guice module.
  2. If it should override some existing configurations, mark it by annotation @OverrideModule.
  3. Add a record for your class to META-INF/services/com.google.inject.Module.