类 PackagesAnnotationFilter
java.lang.Object
cn.taketoday.core.annotation.PackagesAnnotationFilter
- 所有已实现的接口:
AnnotationFilter
AnnotationFilter implementation used for
AnnotationFilter.packages(String...).- 从以下版本开始:
- 4.0
- 作者:
- Phillip Webb
-
字段概要
字段从接口继承的字段 cn.taketoday.core.annotation.AnnotationFilter
ALL, JAVA, NONE, PLAIN -
构造器概要
构造器 -
方法概要
从接口继承的方法 cn.taketoday.core.annotation.AnnotationFilter
matches, matches
-
字段详细资料
-
prefixes
-
hashCode
private final int hashCode
-
-
构造器详细资料
-
PackagesAnnotationFilter
PackagesAnnotationFilter(String... packages)
-
-
方法详细资料
-
matches
从接口复制的说明:AnnotationFilterTest if the given type name matches the filter.- 指定者:
matches在接口中AnnotationFilter- 参数:
annotationType- the fully qualified class name of the annotation type to test- 返回:
trueif the annotation matches
-
equals
-
hashCode
public int hashCode() -
toString
-