org.netbeans.api.debugger.jpda/2 2.31.1

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.
 

Element Detail

language

public abstract String language
The language to register this evaluator for.


org.netbeans.api.debugger.jpda/2 2.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.