On Wed, Sep 03, 2014 at 12:54:56PM -0700, Andrew Gaul wrote: > We should also avoid use of @Beta annotated interfaces although we > currently lack a way to enforce this.
I experimented with Overstock's library-detectors[1] and jclouds has thousands of uses of Guava @Beta interfaces, most significantly TypeToken in core and Futures in async providers. I opened an issue[2] to allow us to disable warnings for some of these. [1] http://overstock.github.io/library-detectors/ [2] https://github.com/overstock/library-detectors/issues/1 -- Andrew Gaul http://gaul.org/
