You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2017/07/01 00:46:01 UTC

[jira] [Commented] (FLINK-7060) Change annotation in TypeInformation subclasses

    [ https://issues.apache.org/jira/browse/FLINK-7060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16070908#comment-16070908 ] 

Greg Hogan commented on FLINK-7060:
-----------------------------------

The {{Public}} annotation denotes stable inheritance so this looks to be as intended and not something we can change without breaking the API.

> Change annotation in TypeInformation subclasses
> -----------------------------------------------
>
>                 Key: FLINK-7060
>                 URL: https://issues.apache.org/jira/browse/FLINK-7060
>             Project: Flink
>          Issue Type: Improvement
>          Components: Type Serialization System
>            Reporter: Kostas Kloudas
>            Priority: Minor
>
> Currently many subclasses of the {{TypeInformation}} are annotated as {{Public}} but all their methods are {{PublicEvolving}}. As an example, you can check out the {{GenericTypeInfo}}. 
> It would be clearer if the whole class was annotated with {{PublicEvolving}} instead of {{Public}} and have all the methods without annotations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)