patterntesting.runtime.jmx
Annotation Type Description
@Documented
@Target(value={TYPE,METHOD})
@Retention(value=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 |
String |
value
the descripiton of a MBean, attribute or operation. |
value
public abstract String value
- the descripiton of a MBean, attribute or operation.
Copyright © 2002–2014 PatternTesting Team. All rights reserved.