|
org.netbeans.spi.debugger.ui/1 2.27.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value=TYPE) public static @interface BreakpointType.Registration
Declarative registration of an BreakpointType implementation.
By marking the implementation class with this annotation,
you automatically register that implementation for use by debugger.
The class must be public and have a public constructor which takes
no arguments or takes ContextProvider
as an argument.
Required Element Summary | |
---|---|
String |
displayName
The display name, in the form of either a general string to take as is, or a resource bundle reference such as "my.module.Bundle#some_key", or just "#some_key" to load from a "Bundle" in the same package as the registered implementation. |
Optional Element Summary | |
---|---|
String |
path
An optional path to register this implementation in. |
int |
position
An optional position in which to register this service relative to others. |
Element Detail |
---|
public abstract String displayName
public abstract String path
public abstract int position
|
org.netbeans.spi.debugger.ui/1 2.27.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |