@Retention(value=CLASS) @Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE}) @Documented public @interface Beta
This annotation, if declared on an API, exempts it from compatibility guarantees made by its library.
Note that having this annotation does not imply differences in quality with APIs that are non-beta, nor does it imply that they are inferior in terms of performance with their non-beta counterparts. This annotation just signifies that the APIs have not been finalized and could be subject to change in the future.
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.