Annotation Type VisibleForTesting


  • @Documented
    @Target({TYPE,FIELD,METHOD})
    @Retention(SOURCE)
    public @interface VisibleForTesting
    Indicates that visibility of the annotated element is raised for the purposes of testing (e.g. package-visible instead of private).
    Author:
    Gunnar Morling