Files
hutool/hutool-extra/src/main/java/cn/hutool/extra/package-info.java
2019-08-14 10:02:32 +08:00

7 lines
287 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 由于Hutool的原则是不依赖于其它配置文件但是很多时候我们需要针对第三方非常棒的库做一些工具类化的支持因此Hutoo-extra包主要用于支持第三方库的工具类支持。
*
* @author looly
*
*/
package cn.hutool.extra;