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
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The class of the endpoint to provide a Cloud Foundry specific extension for.
  • Element Details

    • endpoint

      @AliasFor(annotation=org.springframework.boot.actuate.endpoint.annotation.EndpointExtension.class, attribute="endpoint") Class<?> endpoint
      The class of the endpoint to provide a Cloud Foundry specific extension for.
      Returns:
      the class of the endpoint to extend