-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface CompleteApi
Optionally flags code that has finished API. This is the default when no annotation is present. Since APIs are expected to be stable, this annotation also implies the API is unlikely to change in the future.