Package | Description |
---|---|
org.tio.utils.hutool |
特别说明:本包及子包的代码由hutool作者提供
不直接引用hutool的原因主要是减少本项目依赖,减少用户维护pom的烦琐度
hutool项目地址: https://gitee.com/loolly/hutool
再次感谢hutool作者路小磊的大力支持!
|
Modifier and Type | Class and Description |
---|---|
class |
ClassScanAnnotationHandler
本对象会帮你找到含有指定Annotation类的class
|
Modifier and Type | Method and Description |
---|---|
static void |
ClassUtil.scanPackage(String pkg,
ClassScanHandler classScanHandler)
扫描包路径下所有的class文件
代码摘自网上(https://gitee.com/liuyueyi/quicksilver/blob/master/silver-file/src/main/java/com.hust.hui.quicksilver.file/PkgUtil.java),但作了不少改造
|
Copyright © 2021. All rights reserved.