[jira] [Created] (FLINK-10446) Use the "guava beta checker" plugin to keep off of @Beta API

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-10446) Use the "guava beta checker" plugin to keep off of @Beta API

Shang Yuanchun (Jira)
Ted Yu created FLINK-10446:
------------------------------

             Summary: Use the "guava beta checker" plugin to keep off of @Beta API
                 Key: FLINK-10446
                 URL: https://issues.apache.org/jira/browse/FLINK-10446
             Project: Flink
          Issue Type: Task
            Reporter: Ted Yu


The Guava people publish an Error Prone plugin to detect when stuff that's annotated with @Beta gets used. Those things shouldn't be used because the project gives no promises about deprecating before removal.

plugin:

https://github.com/google/guava-beta-checker



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)