Annotation Type Experimental


  • @Retention(CLASS)
    @Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD})
    @Documented
    public @interface Experimental
    An experimental user-facing API. Elements annotated with this annotation are experimental and may get removed from the distribution at any time.
    Since:
    8.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Default:
        ""