|
org.netbeans.api.debugger/1 1.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value=TYPE) public @interface DebuggerServiceRegistration
Declarative registration of debugger service provider implementing a set
of interfaces.
By marking an 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 | |
---|---|
Class[] |
types
The list of interfaces that this class implements and wish to register for. |
Optional Element Summary | |
---|---|
String |
path
An optional path to register this implementation in. |
int |
position
Position of this service within its path. |
Element Detail |
---|
public abstract Class[] types
public abstract String path
public abstract int position
|
org.netbeans.api.debugger/1 1.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |