|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface InjectWith
Class level annotation to configure an IInjectorProvider to resolve dependencies via Guice.
org.eclipse.xtext.junit4.model.IInjectorProvider| Required Element Summary | |
|---|---|
java.lang.Class<? extends IInjectorProvider> |
value
the IInjectorProvider class which will be used to create an Injector. |
| Element Detail |
|---|
public abstract java.lang.Class<? extends IInjectorProvider> value
Injector.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||