org.granite.jmx
Annotation Type MBeanAttribute


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MBeanAttribute


Required Element Summary
 String description
          The description that will be shown in a JMX console for this MBean attribute.
 

Element Detail

description

public abstract String description
The description that will be shown in a JMX console for this MBean attribute.

Returns:
the description that will be shown in a JMX console for this MBean attribute.