Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
1.0.0
-
None
-
None
Description
At the moment, only stable public classes are annotated with @Public. It is not possible to identify whether a non-annotated class is supposed to be API-facing or not.
This issue proposes to annotate all API classes either with @Public or @PublicEvolving. Classes which are not annotated belong to Flink's internals.