com.sun.tracing.dtrace
Annotation Type FunctionName


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FunctionName

An annotation used to specify the function field for a DTrace probe. This annotation can be added to a method in a user-defined Provider specification interface to set the function field that is 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