@Retention(value=CLASS)
@Target(value={PACKAGE,CONSTRUCTOR,FIELD,METHOD,TYPE})
public @interface Internal
Marks an element for internal use only.
You may not depend on the availability of this item in future releases.
Treat the item as if it was package private.