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