com.sun.btrace.annotations
Annotation Type Property


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

BTrace fields with this annotation are exposed as attributes of the dynamic JMX bean that wraps the BTrace class.

Author:
A. Sundararajan

Optional Element Summary
 java.lang.String description
           
 java.lang.String name
           
 

name

public abstract java.lang.String name
Default:
""

description

public abstract java.lang.String description
Default:
""