Uses of Interface
org.springframework.beans.factory.annotation.AnnotatedBeanDefinition

Packages that use AnnotatedBeanDefinition
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 AnnotatedBeanDefinition in org.springframework.beans.factory.annotation
 

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

Uses of AnnotatedBeanDefinition in org.springframework.context.annotation
 

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

Methods in org.springframework.context.annotation with parameters of type AnnotatedBeanDefinition
protected  String AnnotationBeanNameGenerator.determineBeanNameFromAnnotation(AnnotatedBeanDefinition annotatedDef)
          Derive a bean name from one of the annotations on the class.
protected  boolean ClassPathScanningCandidateComponentProvider.isCandidateComponent(AnnotatedBeanDefinition beanDefinition)
          Determine whether the given bean definition qualifies as candidate.
 



Copyright © 2002-2008 The Spring Framework.