The Spring Framework

Uses of Package
org.springframework.core.type

Packages that use org.springframework.core.type
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
org.springframework.core.type Core support package for type introspection. 
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 used by org.springframework.beans.factory.annotation
AnnotationMetadata
          Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
 

Classes in org.springframework.core.type used by org.springframework.context.annotation
AnnotationMetadata
          Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
 

Classes in org.springframework.core.type used by org.springframework.core.type
AnnotationMetadata
          Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
ClassMetadata
          Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
StandardClassMetadata
          ClassMetadata implementation that uses standard reflection to introspect a given Class.
 

Classes in org.springframework.core.type used by org.springframework.core.type.classreading
AnnotationMetadata
          Interface that defines abstract access to the annotations of a specific class, in a form that does not require that class to be loaded yet.
ClassMetadata
          Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
 

Classes in org.springframework.core.type used by org.springframework.core.type.filter
ClassMetadata
          Interface that defines abstract metadata of a specific class, in a form that does not require that class to be loaded yet.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.