Annotation Interface ExtraGuiceModule
@Target({TYPE,METHOD,FIELD,PARAMETER})
@Retention(RUNTIME)
@Documented
@Inherited
public @interface ExtraGuiceModule
Indicates extra Guice modules to load when the VoidFramework is started up.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends com.google.inject.Module>[] valueAn array of one or more Module classes to register.- Default:
- {}
-