The Spring Framework

Uses of Class
org.springframework.context.annotation.FilterType

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

Uses of FilterType in org.springframework.context.annotation
 

Methods in org.springframework.context.annotation that return FilterType
static FilterType FilterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FilterType[] FilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.