@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@EndpointExtension(filter=org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryEndpointFilter.class)
public @interface EndpointCloudFoundryExtension
@Endpoint.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<?> |
endpoint
The class of the endpoint to provide a Cloud Foundry specific extension for.
|
@AliasFor(annotation=org.springframework.boot.actuate.endpoint.annotation.EndpointExtension.class,
attribute="endpoint")
public abstract java.lang.Class<?> endpoint