类 PackagesAnnotationFilter

java.lang.Object
cn.taketoday.core.annotation.PackagesAnnotationFilter
所有已实现的接口:
AnnotationFilter

final class PackagesAnnotationFilter extends Object implements AnnotationFilter
从以下版本开始:
4.0
作者:
Phillip Webb
  • 字段详细资料

    • prefixes

      private final String[] prefixes
    • hashCode

      private final int hashCode
  • 构造器详细资料

    • PackagesAnnotationFilter

      PackagesAnnotationFilter(String... packages)
  • 方法详细资料

    • matches

      public boolean matches(String annotationType)
      从接口复制的说明: AnnotationFilter
      Test if the given type name matches the filter.
      指定者:
      matches 在接口中 AnnotationFilter
      参数:
      annotationType - the fully qualified class name of the annotation type to test
      返回:
      true if the annotation matches
    • equals

      public boolean equals(@Nullable Object other)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object