批注接口 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
- 另请参阅:
-
必需元素概要
所需元素
-
元素详细资料
-
endpoint
Theendpoint
class to which this Web extension relates.- 返回:
- the endpoint class
-