Annotation Type Experimental


  • @Documented
    @Retention(SOURCE)
    @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
    public @interface Experimental
    The marker annotation indicates a feature is experimental, it could be changed or even be removed in the future.
    Since:
    1.0.0
    Author:
    Mercy
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String description
      The description of the experimental feature
    • Element Detail

      • description

        java.lang.String description
        The description of the experimental feature
        Default:
        ""