Package org.apache.geode.annotations
Annotation Interface VisibleForTesting
Annotates a program element that exists, or is more widely visible than otherwise necessary, only
for use in test code.
Introduced while mobbing with Michael Feathers. Name and javadoc borrowed from Guava and AssertJ (both are Apache License 2.0).
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueOptional description- Returns:
- the description for this annotation
- Default:
- ""
-