org.netbeans.spi.debugger.jpda
Annotation Type Evaluator.Registration
@Retention(value=SOURCE)
@Target(value=TYPE)
public static @interface Evaluator.Registration
Declarative registration of Evaluator 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 |
language
The language to register this evaluator for. |
language
public abstract String language
- The language to register this evaluator for.