com.sun.tracing
Annotation Type ProbeName


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

An annotation used to override the name of a probe.

This annotation can be added to a method in a user-defined Provider interface, to set the name that will be used for the generated probe associated with that method. Without this annotation, the name will be the name of the method.

Since:
1.7

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value