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

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

Go to download

DSL Platform compatible Java JSON library (https://dsl-platform.com)

There is a newer version: 1.8.5
Show newest version
package com.dslplatform.json.runtime;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy