Package org.forgerock.guice.core
Annotation Type GuiceModules
-
@Retention(RUNTIME) @Target(TYPE) public @interface GuiceModules
This annotation allows the declaration of additional modules to be initialised in the Injector instance.- Since:
- 1.1.0
-
-
Element Detail
-
value
Class<? extends com.google.inject.Module>[] value
Returns the list of Modules to include in the test Injector.
-
-