@Retention(CLASS)
@Target({TYPE,METHOD,FIELD,CONSTRUCTOR})
@Documented
public @interface VisibleForTesting
If external modules need to access/override these methods, then they MUST be re-scoped as public/limited private.InterfaceAudience.PrivateInterfaceStability.Unstable
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.