The Spring Framework

Uses of Package
org.springframework.context.annotation

Packages that use org.springframework.context.annotation
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
 

Classes in org.springframework.context.annotation used by org.springframework.context.annotation
ClassPathBeanDefinitionScanner
          A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext).
ClassPathScanningCandidateComponentProvider
          A component provider that scans the classpath from a base package.
CommonAnnotationBeanPostProcessor.LookupElement
          Class representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.
FilterType
          Enumeration of the valid type filters to be added for annotation-driven configuration.
ScopedProxyMode
          Enumerates the various scoped-proxy options.
ScopeMetadata
          Describes scope characteristics for a Spring-managed bean including the scope name and the scoped-proxy behavior.
ScopeMetadataResolver
          Strategy interface for resolving the scope of bean definitions.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.