***
Results
2
issues of
***
不能动态切换src
类路径:com.alibaba.spring.beans.factory.annotation.AbstractAnnotationBeanPostProcessor 方法: private Class resolveInjectedType(Object bean, Field field) { Type genericType = field.getGenericType(); if (genericType instanceof Class) { // Just a normal Class return field.getType(); } else { // GenericType...