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

io.airlift.airship.configbundler.Generator Maven / Gradle / Ivy

package io.airlift.airship.configbundler;

import java.io.IOException;
import java.io.OutputStream;

interface Generator
{
    void write(OutputStream out)
            throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy