|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Extension
Used to mark classes as extensions. The extended ExtensionPoint must provide a parameter called 'class' ! The annotated class's name is taken as class parameter (you do not have to specify this parameter manually)
Required Element Summary | |
---|---|
java.lang.String |
value
Specify the unique id of the extension point |
Optional Element Summary | |
---|---|
java.lang.String |
id
Specify a extension id. |
Parameter[] |
parameter
Optional set of parameters |
Element Detail |
---|
public abstract java.lang.String value
public abstract java.lang.String id
public abstract Parameter[] parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |