-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface DraftTests
Flags code that has unfinished tests. Annotation parameter should clarify what needs to be finished. This annotation is intended for the code under test, but it can be also applied to tests themselves.