Annotation Interface ConditionalOnManagementPort


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @Conditional(org.springframework.boot.actuate.autoconfigure.web.server.OnManagementPortCondition.class) public @interface ConditionalOnManagementPort
@Conditional that matches based on the configuration of the management port.
Since:
2.0.0
Author:
Andy Wilkinson