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