org.netbeans.api.debugger/1 1.20

org.netbeans.spi.debugger
Annotation Type ActionsProvider.Registration


@Retention(value=SOURCE)
@Target(value=TYPE)
public static @interface ActionsProvider.Registration

Declarative registration of an ActionsProvider 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:
1.16

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/1 1.20

Built on November 22 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.