@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface InjectWith
IInjectorProvider to resolve dependencies via Guice.org.eclipse.xtext.junit4.model.IInjectorProvider| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends IInjectorProvider> |
value
the IInjectorProvider class which will be used to create an
Injector. |
public abstract java.lang.Class<? extends IInjectorProvider> value
Injector.