GitHub user bowenli86 opened a pull request:
https://github.com/apache/flink/pull/5800
[FLINK-8837] add @Experimental annotation and properly annotate some
classes
## What is the purpose of the change
- add @Experimental annotation
- properly annotate some classes with @Experimental
## Brief change log
- add @Experimental annotation
- properly annotate some classes with @Experimental
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (yes)
## Documentation
- Does this pull request introduce a new feature? (yes)
- If yes, how is the feature documented? (JavaDocs)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bowenli86/flink FLINK-8837
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5800.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5800
----
commit ef729e91d29b47d68d38d4f08cfcc5f246d4dc34
Author: Bowen Li <bowenli86@...>
Date: 2018-04-02T07:59:34Z
[FLINK-8837] add @Experimental annotation and properly annotate some
classes
----
---