The Spring Framework

Package org.springframework.core.type

Core support package for type introspection.

See:
          Description

Interface Summary
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.
 

Class Summary
StandardAnnotationMetadata AnnotationMetadata implementation that uses standard reflection to introspect a given Class.
StandardClassMetadata ClassMetadata implementation that uses standard reflection to introspect a given Class.
 

Package org.springframework.core.type Description

Core support package for type introspection.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.