Annotation Interface EndpointWebExtension


@Target(TYPE) @Retention(RUNTIME) @Documented @EndpointExtension(filter=org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointFilter.class) public @interface EndpointWebExtension
Identifies a type as being a Web-specific extension of an @Endpoint.
Since:
2.0.0
Author:
Andy Wilkinson, Stephane Nicoll
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The endpoint class to which this Web extension relates.