Annotation Type Experimental


  • @Target(TYPE)
    @Retention(SOURCE)
    @Documented
    public @interface Experimental
    This annotation is used on experimental features and implementations. After the feature is tested the annotation is either changed to Stable or the feature is removed.

    Note that experimental features need not to keep backward compatibility even between minor updates.

    • Optional Element Summary

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

      • value

        java.lang.String value
        Default:
        ""