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:
- Implement your own Guice module.
- If it should override some existing configurations, mark it by annotation @OverrideModule.
- Add a record for your class to META-INF/services/com.google.inject.Module.