Annotation Type VisibleForTesting


  • @Retention(CLASS)
    @Target({CONSTRUCTOR,FIELD,METHOD,TYPE})
    @Documented
    public @interface VisibleForTesting
    Signifies that an element is visible for testing purpooses only. Usage of the element in a main source set should be considered unstable and may cause bugs in application behavior.