批注接口 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.
从以下版本开始:
2.0.0
作者:
Andy Wilkinson, Stephane Nicoll
另请参阅:
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    The endpoint class to which this Web extension relates.