Annotation Type TestAnnotation
-
@Target(TYPE) @Retention(RUNTIME) public @interface TestAnnotationThe annotationTestAnnotationis an annotation intended for use in unit tests.
@Target(TYPE)
@Retention(RUNTIME)
public @interface TestAnnotation
TestAnnotation is an annotation intended for use in unit tests.