@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Configuration public @interface ManagementContextConfiguration
@Configuration
class that defines configuration
specific for the management context. Configurations should be registered in
/META-INF/spring.factories
under the
org.springframework.boot.actuate.autoconfigure.ManagementContextConfiguration
key.
ManagementContextConfiguration
classes can be ordered using Order
.
Ordering by implementing Ordered
is not supported and will have no effect.
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.