@Inherited
@Documented
@Retention(value=CLASS)
@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD})
public @interface VisibleForTesting
An annotation, which allows to mark types, constructors, methods or fields, which are only part
of a publicly exposed API for testing purposes.
- Since:
- 1.0.0