@Retention(value=CLASS) @Target(value={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–2022 Apache Software Foundation. All rights reserved.