All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.javaoffers.batis.modelhelper.fun.ConstructorFun Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.fun;

/**
 * @Description: 无参构造
 * @Auther: create by cmj on 2022/5/4 17:20
 */
public interface ConstructorFun {
    T f();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy