Package com.qfs.jmx

Annotation Interface JmxAttribute


@Retention(RUNTIME) @Target(METHOD) public @interface JmxAttribute
Annotation marking a method returning a value to expose as a bean attribute.
Author:
ActiveViam
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Gets a description of the exposed attribute.
  • Element Details

    • desc

      String desc
      Gets a description of the exposed attribute.
      Returns:
      some textual description
      Default:
      ""