Annotation Interface 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
.- Since:
- 2.0.0
- Author:
- Stephane Nicoll
- See Also:
-
Required Element Summary
-
Element Details
-
endpoint
Theendpoint
class to which this JMX extension relates.- Returns:
- the endpoint class
-