com.sun.btrace.annotations
Annotation Type DTraceRef


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

Annotation for BTrace program to associate a D-script with it. D-script is referred by a relative or absolute file path.

Author:
A. Sundararajan

Required Element Summary
 java.lang.String value
          Locates D-script by a relative or absolute file path.
 

Element Detail

value

public abstract java.lang.String value
Locates D-script by a relative or absolute file path.