-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface DraftCode
Flags code that has unfinished implementation. Annotation parameter should clarify what needs to be finished. For cases where implementation is finished, but its API still needs work or it is likely to change, useDraftApi
.