批注接口 EndpointCloudFoundryExtension
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@EndpointExtension(filter=org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryEndpointFilter.class)
public @interface EndpointCloudFoundryExtension
Identifies a type as being a Cloud Foundry specific extension for an
@Endpoint
.- 从以下版本开始:
- 2.2.0
- 作者:
- Phillip Webb, Madhura Bhave
-
必需元素概要
所需元素
-
元素详细资料
-
endpoint
The class of the endpoint to provide a Cloud Foundry specific extension for.- 返回:
- the class of the endpoint to extend
-