@Target(value=FIELD) @Retention(value=RUNTIME) public @interface InjectInto
InjectModule should try to inject the object assigned to
the annotated field to the object defined by the target attribute (or the object(s) assigned to the field annotated
with TestedObject.
Explicit injection is used, which means that the object is injected to the property indicated by the property()
attribute.public abstract String property
public abstract String[] target
TestedObjectCopyright © 2016. All Rights Reserved.