Uses of Interface
org.springframework.config.java.parsing.TypeFilter

Packages that use TypeFilter
org.springframework.config.java.parsing Parsing support package. 
 

Uses of TypeFilter in org.springframework.config.java.parsing
 

Classes in org.springframework.config.java.parsing that implement TypeFilter
 class AnnotationTypeFilter
          Annotation filter: matches classes with a given annotation.
 

Fields in org.springframework.config.java.parsing declared as TypeFilter
static TypeFilter TypeFilter.TRUE
           
 

Methods in org.springframework.config.java.parsing with parameters of type TypeFilter
 void AbstractAsmClassScanningBeanDefinitionReader.addTypeFilter(TypeFilter tf)
           
 



Copyright © 2005-2007 Spring Framework. All Rights Reserved.