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
-
Element Details
-
endpoint
Theendpoint
class to which this Web extension relates.- Returns:
- the endpoint class
-