|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,PARAMETER,METHOD})
@Qualifier
public @interface Extension
An extension of a service. 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.
ServiceType,
,
,
| Required Element Summary | |
|---|---|
String |
namespace
namespace ex. |
String |
of
the service type this is an extension of. |
| Element Detail |
|---|
public abstract String of
services,
it could be an extension of a custom service.
public abstract String namespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||