mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
119caa5ab3
commit
92e45c652b
@ -27,7 +27,7 @@ import java.lang.reflect.Method;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 以类似反射的方式动态创建Lambda,在性能上有一定优势,同时避免每次调用Lambda时创建匿名内部类
|
||||
* 以类似反射的方式动态创建Lambda,在性能上有一定优势,同时避免每次调用Lambda时创建匿名内部类<br>
|
||||
* TODO JDK9+存在兼容问题,当参数为原始类型时报错
|
||||
*
|
||||
* @author nasodaengineer
|
||||
|
Loading…
x
Reference in New Issue
Block a user