|
org.netbeans.modules.extexecution/2 1.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public static @interface StartupExtenderImplementation.RegistrationAnnotation used to properly register the SPI implementations.
| Required Element Summary | |
|---|---|
String |
displayName
The human readable description of the implementation. |
StartupExtender.StartMode[] |
startMode
Modes to which the provider will respond. |
| Optional Element Summary | |
|---|---|
int |
position
Position of the provider in the list of providers. |
| Element Detail |
|---|
public abstract String displayName
public abstract StartupExtender.StartMode[] startMode
public abstract int position
|
org.netbeans.modules.extexecution/2 1.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||