@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Documented
@Conditional(value=org.springframework.boot.actuate.autoconfigure.web.server.OnManagementPortCondition.class)
public @interface ConditionalOnManagementPort
@Conditional that matches based on the configuration of the
management port.| Modifier and Type | Required Element and Description |
|---|---|
ManagementPortType |
value
The
ManagementPortType to match. |
public abstract ManagementPortType value
ManagementPortType to match.