Package com.qfs.jmx
Annotation Type JmxAttribute
-
@Retention(RUNTIME) @Target(METHOD) public @interface JmxAttribute
Annotation marking a method returning a value to expose as a bean attribute.- Author:
- ActiveViam
-
-
Element Detail
-
desc
String desc
Gets a description of the exposed attribute.- Returns:
- some textual description
- Default:
- ""
-
-