Annotation Interface Internal
@Documented
@Retention(CLASS)
@Target({TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE})
public @interface Internal
Indicates that the annotated element is not part of a public API and must not be used outside the library itself.