2122232425262728
SpringBeanByType byType = field.getAnnotation(SpringBeanByType.class); beanMeta.beanClaz = byType.value(); beanMeta.initMethod = byType.init(); beanMeta.beanName = field.getName(); beanMeta.properties = byType.properties(); } }