Class AnnotationJmxAttributeSource

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

public class AnnotationJmxAttributeSource extends Object implements JmxAttributeSource, 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: