-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface NoApi
Flags code that does not have any public API at all. This annotation can be applied to code that is used internally, but it could be exposed publicly.