WrenSecurity / wrensec-guice

Common Guice implementation used by Wren Security forks of ForgeRock projects.
http://wrensecurity.org
0 stars 3 forks source link

Add support for Guice's module override #6

Closed pavelhoral closed 2 years ago

pavelhoral commented 3 years ago

This PR adds module override to InjectorHolder. Guice modules can be annotated with @GuiceOverride(TargetModule.class). This allows extension developers to add modules that override bindings on existing modules.