@Retention(RUNTIME)
@Documented
@Target(METHOD)
public @interface ManagedOperation
@ManagedOperation
annotation is used to indicate that a given method
should be considered a JMX operation.java.lang.String value
Copyright © 1995–2018 Webtide. All rights reserved.