Annotation Type Experimental


  • @Retention(CLASS)
    @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
    @Documented
    public @interface Experimental
    Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.

    Note that the presence of this annotation implies nothing about the quality or performance of the API in question, only the fact that the API or behavior may change in any way.

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Experimental.Kind value  
    • Element Detail

      • value

        Experimental.Kind value
        Default:
        org.apache.beam.sdk.annotations.Experimental.Kind.UNSPECIFIED