Custom guice module - OrienteerBAP/Orienteer GitHub Wiki
It can be done according the following approach: http://blog.mathieu.carbou.me/post/60455011429/automatically-discover-guice-modules-and-override
- Implement your own Guice Module
- If it should override some existomg configuration mark it by annotation @OverrideModule
- Add record for your class to META-INF/services/com.google.inject.Module