![JAR search and dependency download from the Maven repository](/logo.png)
org.noos.common.object.ObjectCreator Maven / Gradle / Ivy
The newest version!
package org.noos.common.object;
import org.noos.common.context.Context;
/**
* @author Angelo De Caro ([email protected])
*/
public interface ObjectCreator {
R create(Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy