Package org.apache.flink.annotation
Annotation Type Internal
@Documented
@Target({TYPE,METHOD,CONSTRUCTOR,FIELD})
@Public
@Retention(RUNTIME)
public @interface Internal
Annotation to mark methods within stable, public APIs as an internal developer API.
Developer APIs are stable but internal to Flink and might change across releases.