| Implementation of the JmxAttributeSource interface that
reads JDK 1.5+ annotations and exposes the corresponding attributes.
This is a direct alternative to AttributesJmxAttributeSource ,
which is able to read in source-level attributes via Commons Attributes.
author: Rob Harrop author: Juergen Hoeller since: 1.2 See Also: org.springframework.jmx.export.annotation.ManagedResource See Also: org.springframework.jmx.export.annotation.ManagedAttribute See Also: org.springframework.jmx.export.annotation.ManagedOperation See Also: org.springframework.jmx.export.metadata.AttributesJmxAttributeSource See Also: org.springframework.metadata.commons.CommonsAttributes |