public abstract @interface

ManagedOperation

implements Annotation
org.springframework.jmx.export.annotation.ManagedOperation

Class Overview

JDK 1.5+ method-level annotation that indicates to expose a given method as JMX operation, corresponding to the ManagedOperation attribute. Only valid when used on a method that is not a JavaBean getter or setter.

See Also

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation