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

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