@Target(value={FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Documented
@Value(value="${local.management.port}")
public @interface LocalManagementPort
Annotation at the field or method/constructor parameter level that injects the HTTP
management port that was allocated at runtime. Provides a convenient alternative for
@Value("${local.management.port}").