Package 

Annotation UnstableApi

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

    @Retention(value = RetentionPolicy.CLASS)@Documented() 
    public @interface UnstableApi
    
                        

    The API is not a mockito API and there is a chance in might change in future versions. Some classes inherit from Mockito classes. In this case the class name is not stable, but the inherited methods are.

    • 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