|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface UseModule
Specifies the default Guice Module to use when running the test case when using Guicey Testing
Required Element Summary | |
---|---|
java.lang.Class<? extends com.google.inject.Module> |
value
|
Element Detail |
---|
public abstract java.lang.Class<? extends com.google.inject.Module> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |