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