FutureApi@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,CONSTRUCTOR,LOCAL_VARIABLE,ANNOTATION_TYPE}) @Documented @Api(allMethods=true) @Deprecated public @interface FutureApi
Api.
The intention is that these annotations only remain for a short time, either removing the annotation or changing to
Api. In principle this should be checked before a release. It is recommended to add some comments to
indicate why it is not yet @Api and/or indicate when it should become Api.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
allMethods
Deprecated.
For class level annotation, does it apply to all methods?
|
Copyright © 2015 Geosparc. All Rights Reserved.