![JAR search and dependency download from the Maven repository](/logo.png)
io.gsonfire.builders.JsonElementBuilder Maven / Gradle / Ivy
package io.gsonfire.builders;
import com.google.gson.JsonElement;
/**
* Created by julio on 8/29/16.
*/
public interface JsonElementBuilder {
T build();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy