org.netbeans.modules.extexecution/2 1.31

org.netbeans.spi.extexecution.startup
Annotation Type StartupExtenderImplementation.Registration


@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public static @interface StartupExtenderImplementation.Registration

Annotation 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

displayName

public abstract String displayName
The human readable description of the implementation. May be a bundle key. For example this might be "JRebel", "Profiler" etc.


startMode

public abstract StartupExtender.StartMode[] startMode
Modes to which the provider will respond.

position

public abstract int position
Position of the provider in the list of providers.

Default:
2147483647

org.netbeans.modules.extexecution/2 1.31

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.