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