|
org.netbeans.api.debugger.jpda/2 2.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value=TYPE) public static @interface EditorContext.Registration
Declarative registration of a EditorContext 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.
Optional Element Summary | |
---|---|
String |
path
An optional path to register this implementation in. |
public abstract String path
|
org.netbeans.api.debugger.jpda/2 2.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |