Annotation Interface 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.