Package 

Annotation VisibleForTesting

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    
    public @interface VisibleForTesting
    
                        

    Annotates a method that should have restricted visibility but it's required to be public for use in test code only.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait