Annotation Type AnotherTestAnnotation
-
@Target(TYPE) @Retention(RUNTIME) public @interface AnotherTestAnnotation
The annotationAnotherTestAnnotation
is 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.