org.eclipse.xtext.junit4
Annotation Type InjectWith


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface InjectWith

Class level annotation to configure an IInjectorProvider to resolve dependencies via Guice.

Author:
Michael Clay - Initial contribution and API
See Also:
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

value

public abstract java.lang.Class<? extends IInjectorProvider> value
the IInjectorProvider class which will be used to create an Injector.