Package org.apache.flink.annotation
Annotation Type Experimental
-
@Documented @Target({TYPE,METHOD,FIELD,CONSTRUCTOR}) @Public 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
andPublicEvolving
.