@Retention(value=CLASS)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
@Documented
public @interface Internal
An internal component - annotated element may be subject of incompatible changes
in future releases - actually, it's not supposed to be a part of the public
API. API clients are encouraged not to use such components.
- Author:
- Martin Kouba