Package org.unitils.inject.annotation
-
Annotation Types Summary Annotation Type Description InjectInto Annotation indicating that the theInjectModuleshould 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 withTestedObject.InjectIntoByType Annotation indicating that the theInjectModuleshould 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 withTestedObject.InjectIntoStatic Annotation indicating that the theInjectModuleshould try to inject the object assigned to the annotated field to a static property of the class defined by the target attribute.InjectIntoStaticByType Annotation indicating that theInjectModuleshould try to inject the object assigned to the annotated field to a static property of the class defined by the target attribute.TestedObject Annotation indicating the object under test.