com.sun.tracing
Annotation Type ProviderName


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

An annotation used to specify the name of a provider.

This annotation can be added to a user-defined Provider interface, to set the name that will be used for the provider in the generated probes. Without this annotation, the simple class name of the provider interface is used.

Since:
1.7

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value