com.continuent.tungsten.common.jmx
Annotation Type ParamDesc


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface ParamDesc

This class defines an annotation element that can be used to identify parameter names and roles at runtime. The primary function of this annotation is for use in annotating MBeans so that they can be self-documenting to the management framework.

Version:
1.0
Author:
Edward Archibald

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

Element Detail

name

public abstract java.lang.String name

description

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

displayName

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