cn.dreampie.common.util.scan
类 AnnotationScaner

java.lang.Object
  继承者 cn.dreampie.common.util.scan.Scaner
      继承者 cn.dreampie.common.util.scan.AnnotationScaner

public class AnnotationScaner
extends Scaner

Created by ice on 14-12-19.


字段摘要
 
从类 cn.dreampie.common.util.scan.Scaner 继承的字段
includePackages
 
构造方法摘要
AnnotationScaner(Class<? extends Annotation> target)
           
 
方法摘要
 boolean checkTarget(Class<?> clazz)
          检测目标类
static AnnotationScaner of(Class<? extends Annotation> target)
          要扫描的类父级
 
从类 cn.dreampie.common.util.scan.Scaner 继承的方法
findFiles, includePackages, includePackages, scan
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnnotationScaner

public AnnotationScaner(Class<? extends Annotation> target)
方法详细信息

of

public static AnnotationScaner of(Class<? extends Annotation> target)
要扫描的类父级

参数:
target - class
返回:
scaner

checkTarget

public boolean checkTarget(Class<?> clazz)
检测目标类

指定者:
Scaner 中的 checkTarget
参数:
clazz -
返回:


Copyright © 2015. All rights reserved.