@Documented
@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD})
public @interface VisibleForTesting
Introduced while mobbing with Michael Feathers. Name and javadoc borrowed from Guava and AssertJ (both are Apache License 2.0).
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Optional description
|