Annotation Interface Internal
@Documented
@Retention(CLASS)
@Target({TYPE,METHOD,FIELD,PARAMETER,CONSTRUCTOR})
public @interface Internal
Marks APIs that are internal to the implementation and not intended for public consumption.
These APIs may change or be removed without notice.
- Since:
- 0.9.5