Annotation Type ManagementContextConfiguration
@Target(TYPE) @Retention(RUNTIME) @Documented @Configuration public @interface ManagementContextConfiguration
Specialized@Configurationclass that defines configuration specific for the management context. Configurations should be registered in/META-INF/spring.factoriesunder theorg.springframework.boot.actuate.autoconfigure.ManagementContextConfigurationkey.ManagementContextConfigurationclasses can be ordered usingOrder. Ordering by implementingOrderedis not supported and will have no effect.- Since:
- 1.3.0