support alias annotation

This commit is contained in:
Looly
2020-02-28 23:50:28 +08:00
parent 63e761139b
commit 623d5ef5c9
9 changed files with 87 additions and 26 deletions

View File

@@ -1,12 +1,11 @@
package cn.hutool.core.util;
import org.junit.Assert;
import org.junit.Test;
import java.math.BigDecimal;
import java.math.RoundingMode;
import cn.hutool.core.lang.Console;
import org.junit.Assert;
import org.junit.Test;
/**
* {@link NumberUtil} 单元测试类
*