Class JmxConfiguration

java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.eclipse.jetty.ee10.webapp.JmxConfiguration
All Implemented Interfaces:
Configuration

public class JmxConfiguration extends AbstractConfiguration

This configuration configures the WebAppContext protected/hidden classes so that web applications are able to see the org.eclipse.jetty.jmx and org.eclipse.jetty.util.annotation packages and sub-packages.

This class is defined in the webapp module because it implements the Configuration interface, which is unknown to the jmx module.