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

com.dslplatform.json.runtime.InstanceFactory Maven / Gradle / Ivy

The newest version!
package com.dslplatform.json.runtime;

@FunctionalInterface
public interface InstanceFactory {
	F create();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy