Annotation Type Experimental


  • @Retention(CLASS)
    @Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD})
    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 comment  
    • Element Detail

      • comment

        java.lang.String comment
        Default:
        ""