Annotation Type JmxReadable


  • @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface JmxReadable
    Annotation to apply to a getter method to mark it as a readable attribute in JMX.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String desc
      The description for the attribute exposed by the annotated method
    • Element Detail

      • desc

        java.lang.String desc
        The description for the attribute exposed by the annotated method
        Default:
        ""