Package org.jclouds.rest.annotations
Annotation Type SinceApiVersion
-
@Target({TYPE,METHOD,FIELD,PARAMETER}) @Retention(RUNTIME) @Qualifier public @interface SinceApiVersion
Designates that this resource only exists since a particularApiVersion. For example, in EC2, the tag api only exists at or after version2010-08-31- See Also:
ApiVersion
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Stringvalueless than or equal to the String bound toApiVersion, typically bound as eitherConstants#PROPERTY_API_VERSIONproperty orContextBuilder#apiVersion
-
-
-
Element Detail
-
value
String value
less than or equal to the String bound toApiVersion, typically bound as eitherConstants#PROPERTY_API_VERSIONproperty orContextBuilder#apiVersion
-
-