The Spring Framework

Uses of Package
org.springframework.core.type.classreading

Packages that use org.springframework.core.type.classreading
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
org.springframework.core.type.classreading Core support package for type introspection through ASM-based class reading. 
org.springframework.core.type.filter Core support package for type filtering (e.g. for classpath scanning). 
 

Classes in org.springframework.core.type.classreading used by org.springframework.context.annotation
MetadataReader
          Simple facade for accessing class metadata, as read by an ASM ClassReader.
 

Classes in org.springframework.core.type.classreading used by org.springframework.core.type.classreading
MetadataReader
          Simple facade for accessing class metadata, as read by an ASM ClassReader.
MetadataReaderFactory
          Factory interface for MetadataReader instances.
SimpleMetadataReaderFactory
          Simple implementation of the MetadataReaderFactory interface, creating a new ASM ClassReader for every request.
 

Classes in org.springframework.core.type.classreading used by org.springframework.core.type.filter
MetadataReader
          Simple facade for accessing class metadata, as read by an ASM ClassReader.
MetadataReaderFactory
          Factory interface for MetadataReader instances.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.