Skip to content

Commit b8ee568

Browse files
committed
[hotfix] Allow @internal annotation on fields
1 parent ae85de7 commit b8ee568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-annotations/src/main/java/org/apache/flink/annotation/Internal.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
* <p>Developer APIs are stable but internal to Flink and might change across releases.
3030
*/
3131
@Documented
32-
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR})
32+
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD})
3333
@Public
3434
public @interface Internal {}

0 commit comments

Comments
 (0)