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
    • Optional Element Summary

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

      • desc

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