Annotation Type AnotherTestAnnotation
-
@Target(TYPE) @Retention(RUNTIME) public @interface AnotherTestAnnotationThe annotationAnotherTestAnnotationis an annotation intended for use in unit tests.
@Target(TYPE)
@Retention(RUNTIME)
public @interface AnotherTestAnnotation
AnotherTestAnnotation is an annotation intended for use in unit tests.