@Documented
@Retention(CLASS)
@Target({FIELD,METHOD,TYPE,ANNOTATION_TYPE})
@Internal
public @interface Internal
Signifies that a API (public class, method or field) is internal and subject
to incompatible changes, or even removal, in a future release. An API bearing
this annotation is exempt from any compatibility guarantees made by its
containing library.
- Author:
- Knut Wannheden