批注接口 EndpointJmxExtension
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@EndpointExtension(filter=org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointFilter.class)
public @interface EndpointJmxExtension
Identifies a type as being a JMX-specific extension of an
@Endpoint
.- 从以下版本开始:
- 2.0.0
- 作者:
- Stephane Nicoll
- 另请参阅:
-
必需元素概要
所需元素
-
元素详细资料
-
endpoint
Theendpoint
class to which this JMX extension relates.- 返回:
- the endpoint class
-