com.sun.tracing.dtrace
Annotation Type ModuleName


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ModuleName

An annotation used to specify the module field for a DTrace probe. This annotation can be added to a method in a user-defined Provider specification interface to set the module field that will be used for the generated DTrace probe associated with that method.

Since:
1.7

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value