Annotation Type DefaultVisibilityForTesting


  • @Retention(SOURCE)
    @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
    public @interface DefaultVisibilityForTesting
    Indicates that an element is package-private instead of private only for the purpose of testing. This annotation is only meant to be used as documentation in the source code.