Annotation Interface Internal
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,FIELD,LOCAL_VARIABLE,METHOD,TYPE,TYPE_PARAMETER,TYPE_USE})
public @interface Internal
Indicates that the annotated element is for internal use only even if it is
publicly visible, and is not guaranteed to be stable across versions.
- Author:
- Laird Nelson