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

io.protostuff.compiler.model.Module Maven / Gradle / Ivy

There is a newer version: 3.1.40
Show newest version
package io.protostuff.compiler.model;

import org.immutables.value.Value;

import java.util.List;
import java.util.Map;

/**
 * @author Kostiantyn Shchepanovskyi
 */
@Value.Immutable
public interface Module {

    String getName();

    List getProtos();

    String getOutput();

    Map getOptions();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy