Uses of Package
org.springframework.jmx.export.annotation
Packages that use org.springframework.jmx.export.annotation
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Classes in org.springframework.jmx.export.annotation used by org.springframework.context.annotationClassDescriptionConvenient subclass of Spring's standard
MBeanExporter
, activating annotation usage for JMX exposure of Spring beans:ManagedResource
,ManagedAttribute
,ManagedOperation
, etc.