You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/04/30 09:45:27 UTC

[GitHub] flink issue #5822: [FLINK-8743][docs] Allow overriding documented default

Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/5822
  
    Annotations have a number of advantages:
    * they don't pollute the `ConfigOption` class with documentation concerns
    * we don't have to define reasonable defaults to prevent issues at runtime
    * we can add/remove annotations at any time as they aren't `@Public`


---