Annotation Interface WebEndpoint
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Endpoint
@FilteredEndpoint(org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointFilter.class)
public @interface WebEndpoint
Identifies a type as being an endpoint that is only exposed over HTTP.
- Since:
- 2.0.0
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionLevel of access to the endpoint that is permitted by default.
-
Element Details
-
id
-
defaultAccess
-