Contains support classes for connecting to local and remote MBeanServer
s and for exposing an MBeanServer
to remote clients. /**
* Contains support classes for connecting to local and remote {@code MBeanServer}s
* and for exposing an {@code MBeanServer} to remote clients.
*/
@NonNullApi
@NonNullFields
package org.springframework.jmx.support;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;