Uses of Class
org.springframework.context.annotation.MBeanExportConfiguration.SpecificPlatform
Packages that use MBeanExportConfiguration.SpecificPlatform Package Description org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.Uses of MBeanExportConfiguration.SpecificPlatform in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return MBeanExportConfiguration.SpecificPlatform Modifier and Type Method Description static MBeanExportConfiguration.SpecificPlatformMBeanExportConfiguration.SpecificPlatform. get()static MBeanExportConfiguration.SpecificPlatformMBeanExportConfiguration.SpecificPlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static MBeanExportConfiguration.SpecificPlatform[]MBeanExportConfiguration.SpecificPlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.