Uses of Class
org.springframework.beans.factory.support.GenericBeanDefinition

Packages that use GenericBeanDefinition
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. 
 

Uses of GenericBeanDefinition in org.springframework.beans.factory.annotation
 

Subclasses of GenericBeanDefinition in org.springframework.beans.factory.annotation
 class AnnotatedGenericBeanDefinition
          Extension of the GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
 

Uses of GenericBeanDefinition in org.springframework.context.annotation
 

Subclasses of GenericBeanDefinition in org.springframework.context.annotation
 class ScannedGenericBeanDefinition
          Extension of the GenericBeanDefinition class, based on an ASM ClassReader, with support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
 



Copyright © 2002-2008 The Spring Framework.