We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4971601 commit d6d5fccCopy full SHA for d6d5fcc
flink-core/src/main/java/org/apache/flink/api/common/functions/OpenContext.java
@@ -18,12 +18,12 @@
18
19
package org.apache.flink.api.common.functions;
20
21
-import org.apache.flink.annotation.PublicEvolving;
+import org.apache.flink.annotation.Public;
22
23
/**
24
* The {@link OpenContext} interface provides necessary information required by the {@link
25
* RichFunction} when it is opened. The {@link OpenContext} is currently empty because it can be
26
* used to add more methods without affecting the signature of {@code RichFunction#open}.
27
*/
28
-@PublicEvolving
+@Public
29
public interface OpenContext {}
0 commit comments