Extends the MBeanInfoAssembler to add autodetection logic.
Implementations of this interface are given the opportunity by the
MBeanExporter to include additional beans in the registration process.
includeBean(Class beanClass, String beanName) Indicate whether a particular bean should be included in the registration
process, if it is not specified in the beans map of the
MBeanExporter.
Indicate whether a particular bean should be included in the registration
process, if it is not specified in the beans map of the
MBeanExporter.
Parameters: beanClass - the class of the bean (might be a proxy class) Parameters: beanName - the name of the bean in the bean factory