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

    Required Elements
    Modifier and Type
    Required Element
    Description
    The endpoint class to which this JMX extension relates.