Annotation Interface JmxOperation


@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited public @interface JmxOperation
Method-level annotation that indicates to expose a given method as a JMX operation. Only valid when used on a method that is not a JavaBean getter or setter.
Author:
Niels Meijer
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • description

      String description
      Default:
      ""