Package org.apache.flink.annotation
Annotation Type Experimental
@Documented
@Target({TYPE,METHOD,FIELD,CONSTRUCTOR})
@Public
@Retention(RUNTIME)
public @interface Experimental
Annotation to mark classes for experimental use.
Classes with this annotation are neither battle-tested nor stable, and may be changed or removed in future versions.
This annotation also excludes classes with evolving interfaces / signatures annotated with
Public and PublicEvolving.