The Spring Framework

Uses of Package
org.springframework.core.type.filter

Packages that use org.springframework.core.type.filter
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
org.springframework.core.type.filter Core support package for type filtering (e.g. for classpath scanning). 
 

Classes in org.springframework.core.type.filter used by org.springframework.context.annotation
TypeFilter
          Base interface for type filters using a MetadataReader.
 

Classes in org.springframework.core.type.filter used by org.springframework.core.type.filter
AbstractClassTestingTypeFilter
          Type filter that exposes a ClassMetadata object to subclasses, for class testing purposes.
AbstractTypeHierarchyTraversingFilter
          Type filter that is aware of traversing over hierarchy.
TypeFilter
          Base interface for type filters using a MetadataReader.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.