Annotation Type HealthEndpointCloudFoundryExtension


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    @EndpointExtension(filter=org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryEndpointFilter.class,
                       endpoint=org.springframework.boot.actuate.health.HealthEndpoint.class)
    public @interface HealthEndpointCloudFoundryExtension
    Identifies a type as being a Cloud Foundry specific extension for the HealthEndpoint.
    Since:
    2.0.0