Annotation Interface 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
.- Since:
- 2.2.0
- Author:
- Phillip Webb, Madhura Bhave
-
Required Element Summary
-
Element Details
-
endpoint
The class of the endpoint to provide a Cloud Foundry specific extension for.- Returns:
- the class of the endpoint to extend
-