Uses of Class
org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
Package
Description
Core support package for type filtering (e.g.
-
Uses of AbstractTypeHierarchyTraversingFilter in org.springframework.core.type.filter
Modifier and TypeClassDescriptionclass
A simpleTypeFilter
which matches classes with a given annotation, checking inherited annotations as well.class
A simple filter which matches classes that are assignable to a given type.