[
https://issues.apache.org/jira/browse/FLINK-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15137345#comment-15137345
]
ASF GitHub Bot commented on FLINK-3367:
---------------------------------------
GitHub user fhueske opened a pull request:
https://github.com/apache/flink/pull/1606
[FLINK-3367] Add PublicEvolving and Internal annotations to classes in API
modules
This PR includes the commit from #1599.
It adds annotations to all classes in the following modules:
- `flink-core`
- `flink-java`
- `flink-scala`
- `flink-streaming-java`
- `flink-streaming-scala`
By adding annotations to every class, annotation management becomes easier
and we can enforce annotations for all new classes in our API modules.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/flink addPublicEvolvingInternal
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1606.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 #1606
----
commit eb9bab1096125e49367c4780c25f0022334dd56f
Author: Fabian Hueske <[email protected]>
Date: 2016-02-08T13:14:01Z
[FLINK-3366] Rename @Experimental annotation to @PublicEvolving
commit 36e4239837e6123eafbbdb2d436f2140dfa49993
Author: Fabian Hueske <[email protected]>
Date: 2016-02-08T14:18:53Z
[FLINK-3367] Add PublicEvolving and Internal annotations to flink-java and
flink-scala
commit a5b0fb952ce9f4d2f043a42c6cc3af9ee6bfefd0
Author: Fabian Hueske <[email protected]>
Date: 2016-02-08T15:57:08Z
[FLINK-3367] Add PublicEvolving and Internal annotations to flink-core
commit 5f4831d5321da22350912c834aad49742eb3bdde
Author: Fabian Hueske <[email protected]>
Date: 2016-02-08T16:56:14Z
[FLINK-3367] Add PublicEvolving and Internal annotations to
flink-streaming-java and flink-streaming-scala
----
> Annotate all user-facing API classes with @Public or @PublicEvolving
> --------------------------------------------------------------------
>
> Key: FLINK-3367
> URL: https://issues.apache.org/jira/browse/FLINK-3367
> Project: Flink
> Issue Type: Task
> Affects Versions: 1.0.0
> Reporter: Fabian Hueske
> Assignee: Fabian Hueske
> Fix For: 1.0.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)