Annotation Type InternalUseOnly
@Documented
@Retention(RUNTIME)
@Target({METHOD,TYPE,CONSTRUCTOR,FIELD,PACKAGE})
public @interface InternalUseOnly
This feature is intended for internal use only and is not considered part of the public API: its existence, signature
or behavior may change without warning from one release to the next.
- Author:
- Jeen Broekstra