Annotation Interface NotPublic
@Retention(CLASS)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,RECORD_COMPONENT,TYPE})
@Documented
public @interface NotPublic
Indicates that a public method is not intended for external use by third party consumers.
This field should be treated as "not public" and should not be used unless you know what you're doing.
It's not part of the API and may change at any time without notice.
- Since:
- 1.0