Package org.jclouds.rest.annotations
Annotation Interface SinceApiVersion
@Target({TYPE,METHOD,FIELD,PARAMETER})
@Retention(RUNTIME)
@Qualifier
public @interface SinceApiVersion
Designates that this resource only exists since a particular
ApiVersion
.
For example, in EC2, the tag api only exists at or after version
2010-08-31
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionless than or equal to the String bound toApiVersion
, typically bound as eitherinvalid reference
Constants#PROPERTY_API_VERSION
invalid reference
ContextBuilder#apiVersion
-
Element Details
-
value
String valueless than or equal to the String bound toApiVersion
, typically bound as eitherinvalid reference
Constants#PROPERTY_API_VERSION
invalid reference
ContextBuilder#apiVersion
-