@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Endpoint @FilteredEndpoint(value=org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointFilter.class) public @interface JmxEndpoint
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enableByDefault
If the endpoint should be enabled or disabled by default.
|
java.lang.String |
id
The id of the endpoint.
|
@AliasFor(annotation=Endpoint.class) public abstract java.lang.String id
@AliasFor(annotation=Endpoint.class) public abstract boolean enableByDefault
true if the endpoint is enabled by default