Package 

Annotation Experimental

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

    
    public @interface Experimental
    
                        

    This annotation indicates that an API is experimental and may change or be removed at any time. It does not provide any guarantees for API stability or backward-compatibility.

    This status is not permanent, and APIs marked with this annotation will need to be either made more robust or removed in the future.

    • 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