@Documented @Target(value={TYPE,METHOD,FIELD,CONSTRUCTOR}) public @interface VisibleForTesting
This annotation is typically attached when for example a method should be private
(because it is not intended to be called externally), but cannot be declared private, because
some tests need to have access to it.
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.