com.sun.btrace.annotations
Annotation Type Export


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Export

BTrace fields with this annotation are exposed to out-of-process tools using mechanisms such as jvmstat.

Author:
A. Sundararajan