|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface GinModules
An annotation to put on @Ginjector
subtypes to indicate which
GinModule
implementations to use.
Required Element Summary | |
---|---|
java.lang.Class<? extends GinModule>[] |
value
|
Element Detail |
---|
public abstract java.lang.Class<? extends GinModule>[] value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |