Package io.kroxylicious.proxy.tag
Annotation Interface VisibleForTesting
@Documented
@Target({TYPE,FIELD,METHOD,CONSTRUCTOR})
@Retention(SOURCE)
public @interface VisibleForTesting
Indicates that visibility of the annotated element is raised for the purposes of testing
(e.g. package-visible instead of private).