Annotation Type Experimental


  • @Documented
    @Target({TYPE,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
    @Retention(CLASS)
    public @interface Experimental
    Marks item as experimental one.
    Since:
    1.1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      Some optional text description.
    • Element Detail

      • value

        java.lang.String value
        Some optional text description.
        Returns:
        optional text description
        Default:
        ""