Annotation Type VisibleForTesting


  • @Retention(SOURCE)
    @Target({METHOD,CONSTRUCTOR,FIELD,TYPE,ANNOTATION_TYPE})
    public @interface VisibleForTesting
    Marker interface to indicate that something is visible as package-private only for testing purposes.