-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface CompleteTests
Optionally flags code that has finished tests. This is the default when no annotation is present. This annotation is intended for the code under test, but it can be also applied to tests themselves.