-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface CompleteCode
Optionally flags code that has finished implementation. This is the default when no annotation is present. This annotation describes implementation only. It says nothing about its API. UseCompleteApito indicate the API is finished too.