@Retention(value=RUNTIME) @Target(value=METHOD) @Documented @Conditional(value=org.springframework.boot.actuate.autoconfigure.endpoint.condition.OnEnabledEndpointCondition.class) public @interface ConditionalOnEnabledEndpoint
Conditional that checks whether an endpoint is enabled or not. Matches
according to the endpoints specific Environment property, falling back to
management.endpoints.enabled-by-default or failing that
Endpoint.enableByDefault().EndpointCopyright © 2018 Pivotal Software, Inc.. All rights reserved.