+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
+ Finished support for @Import, including detection of circular imports
This commit is contained in:
@@ -63,7 +63,7 @@ import org.springframework.util.SystemPropertyUtils;
|
||||
*
|
||||
* <p>This implementation is based on Spring's
|
||||
* {@link org.springframework.core.type.classreading.MetadataReader MetadataReader}
|
||||
* facility, backed by an ASM {@link org.objectweb.asm.ClassReader ClassReader}.
|
||||
* facility, backed by an ASM {@link org.springframework.asm.ClassReader ClassReader}.
|
||||
*
|
||||
* @author Mark Fisher
|
||||
* @author Juergen Hoeller
|
||||
|
||||
Reference in New Issue
Block a user