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

org.netbeans.spi.debugger.jpda
Annotation Type EditorContext.Registration


@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.

Since:
2.19

Optional Element Summary
 String path
          An optional path to register this implementation in.
 

path

public abstract String path
An optional path to register this implementation in. Usually the session ID.

Default:
""

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

Built on October 11 2012.  |  Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.