Package org.jclouds.openstack.services
Annotation Type Extension
-
@Retention(RUNTIME) @Target({TYPE,FIELD,PARAMETER,METHOD}) @Qualifier public @interface Extension
An extension of aservice
. In order for us to understand the context of the extension, we must consider the extensions call.
For our purposes, the minimal context of an extension is the type of the service it extends ex.ServiceType.COMPUTE
, and its namespace ex. http://docs.openstack.org /ext/keypairs/api/v1.1.- See Also:
ServiceType
, , ,
-
-
-
namespace
String namespace
namespace ex. http ://docs.openstack.org /ext/keypairs/api/v1.1.- Returns:
- the namespace of the extension
-
-