Annotation Type ManagedOperation
-
@Retention(RUNTIME) @Documented @Target(METHOD) public @interface ManagedOperationThe@ManagedOperationannotation is used to indicate that a given method should be considered a JMX operation.
@Retention(RUNTIME)
@Documented
@Target(METHOD)
public @interface ManagedOperation
@ManagedOperation annotation is used to indicate that a given method
should be considered a JMX operation.