Class AnnotationJmxAttributeSource

java.lang.Object
org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, JmxAttributeSource

public class AnnotationJmxAttributeSource extends Object implements JmxAttributeSource, org.springframework.beans.factory.BeanFactoryAware
Implementation of the JmxAttributeSource interface that reads annotations and exposes the corresponding attributes.
Since:
1.2
Author:
Rob Harrop, Juergen Hoeller, Jennifer Hickey, Stephane Nicoll
See Also: