6364656667686970717273
if (!isActivated) { return; } MBean mBeanAnnotation = bean.getAnnotated().getAnnotation(MBean.class); if (mBeanAnnotation != null) { registerObject(bean, mBeanAnnotation, bm); } }