Package org.springframework.config.java.parsing

Parsing support package.

See:
          Description

Interface Summary
TypeFilter Callback optionally used to filter discovered innerClasses.
 

Class Summary
AbstractAsmClassScanningBeanDefinitionReader ASM based based definition reader.
AbstractClassScanningBeanDefinitionReader Annotation based bean definition reader that will use the given location/pattern to locate classes and analyze them.
AnnotationTypeFilter Annotation filter: matches classes with a given annotation.
AnnotationTypeFilter.AnnotationReader ASM annotation visitor used for reading innerClasses without loading the class.
ClassNameVisitor ASM class visitor which looks only for the classname and implemented types.
ConfigurationClassScanningBeanDefinitionReader ASM based annotation bean definition reader.
 

Package org.springframework.config.java.parsing Description

Parsing support package.
This packages provides support for class scanning and bytecode analysis.



Copyright © 2005-2007 Spring Framework. All Rights Reserved.