public abstract @interface

ManagedResource

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

Class Overview

JDK 1.5+ class-level annotation that indicates to register instances of a class with a JMX server, corresponding to the ManagedResource attribute.

Note: This annotation is marked as inherited, allowing for generic management-aware base classes. In such a scenario, it is recommended to not specify an object name value since this would lead to naming collisions in case of multiple subclasses getting registered.

See Also

Summary

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