【7.1.6】增加ClassWrapper辅助工具

pull/25/head
fengshuonan 2022-01-08 15:19:35 +08:00
parent dd86d2f81d
commit f207d12b44
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
package cn.stylefeng.roses.kernel.scanner.api.util;
/**
*
* <p>
* 使
* <p>
* new ClassWrapper<SysUser>(){};
*
* @author fengshuonan
* @date 2022/1/8 13:38
*/
public abstract class ClassWrapper<T> {
}