External references, such as a standards document, or specification?
https://code.google.com/p/google-http-java-client/issues/detail?id=177
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
All
Please describe the feature requested.
In issue 177 we added an @Experimental annotation that indicates that parts of
the library make break in the future. We need to also add an @Preview
annotation that indicates a higher level of quality and that we are committed
to supporting those features for a long time. We still reserve the right to
making breaking changes, but we will try to minimize those. A good example of
such a "Preview" feature: all of the Android support.
We will change our FindBugs plugin to also catch uses of the @Preview
annotation by default. However, we will provide a way to disable checks for
uses of the @Preview annotation. Alternatively, we can just provide two
different plugins, one for Experimental and one for Preview.
Original issue reported on code.google.com by yan...@google.com on 15 Mar 2013 at 10:52
Original issue reported on code.google.com by
yan...@google.com
on 15 Mar 2013 at 10:52