| 程序包 | 说明 |
|---|---|
| org.springframework.core.type.filter |
Core support package for type filtering (e.g. for classpath scanning).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AnnotationTypeFilter
A simple filter which matches classes with a given annotation,
checking inherited annotations as well.
|
class |
AssignableTypeFilter
A simple filter which matches classes that are assignable to a given type.
|