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
ClassPathScanningCandidateComponentProvider
          A component provider that scans the classpath from a base package.
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-2007 The Spring Framework.