Package com.illumon.util.annotations
Annotation Type InternalUseOnly
@Target({METHOD,CONSTRUCTOR,TYPE}) @Inherited @Documented public @interface InternalUseOnly
Indicates that a particular method is for internal use only and should not be used by client
code. It is subject to change/removal at any time.