Package patterntesting.runtime.jmx
Annotation Type Description
-
@Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Description
With this annotation you can add a description to a MBean. This description will than appear in the 'jconsole' as DescriptorKey.- Since:
- 1.0 (18.01.2010)
- Author:
- oliver
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
the descripiton of a MBean, attribute or operation.
-