Closed pavelhoral closed 2 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.
InjectorHolder
@GuiceOverride(TargetModule.class)
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.