Package org.gbif.api.annotation
Annotation Type Experimental
-
@Documented @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE,ANNOTATION_TYPE,TYPE_USE,TYPE_PARAMETER}) public @interface Experimental
Experimental features are available but are not as robustly supported as other features.In particular, experimental features:
- Are not tested as well as stable features.
- Do not get bugs fixed as quickly as established features.
- The APIs could drastically change if we find a different, better way to solve the same problem.
- May disappear entirely if the feature is too difficult to support.