@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
@Documented
public @interface Internal
Internal component - annotated element may be subject of incompatible changes
in future releases - actually it's not supposed to be a part of a public
client API.