org.granite.jmx
Annotation Type MBean


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MBean


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

Element Detail

description

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

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