Annotation Type TestedObject


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface TestedObject
    Annotation indicating the object under test. The object(s) referenced by the annotated field(s) is (are) used as default target for injection.
    Author:
    Filip Neven, Tim Ducheyne