Provides a strategy for MBeanInfo assembly. Used by MBeanExporter to determine the attributes and operations to expose for Spring-managed beans.
/** * Provides a strategy for MBeanInfo assembly. Used by MBeanExporter to * determine the attributes and operations to expose for Spring-managed beans. */
@NonNullApi @NonNullFields package org.springframework.jmx.export.assembler; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;