Annotation Type VisibleForTesting


  • @Retention(SOURCE)
    @Documented
    public @interface VisibleForTesting
    Indicates that a method has only increased visibility for testing purposes. This usually means that this API is not-public.
    Author:
    Philip Helger
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value  
    • Element Detail

      • value

        String value
        Default:
        ""