Implementation of the {@link org.springframework.jmx.export.assembler.MBeanInfoAssembler}interface that reads the management interface information from source level metadata.
Uses the {@link JmxAttributeSource} strategy interface, so thatmetadata can be read using any supported implementation. Out of the box, Spring provides an implementation based on JDK 1.5+ annotations, AnnotationJmxAttributeSource
.
@author Rob Harrop
@author Juergen Hoeller
@author Jennifer Hickey
@since 1.2
@see #setAttributeSource
@see org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource