org.nutz.lang.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nutz Show documentation
Show all versions of nutz Show documentation
Nutz, which is a collections of lightweight frameworks, each of them can be used independently
/**
* Java语法糖,封装众多常用实用方法
*
* 这个包很大,没办法,谁让 Java 的 API 不太方便呢? 这个包就是要把 JAVA 常用的
*
* - 反射
*
- 字符串
*
- 类型转换
*
- 随机数
*
- 磁盘操作
*
- 等等
*
* 弄得更加方便,反正我再用了这个包以后,就再也不羡慕 Ruby 了
*/
package org.nutz.lang; © 2015 - 2025 Weber Informatics LLC | Privacy Policy