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

de.schegge.enumconverter.SourceCodeGenerator Maven / Gradle / Ivy

package de.schegge.enumconverter;

import java.io.PrintWriter;
import java.util.Map;

public interface SourceCodeGenerator {

  void processTemplate(Map root, PrintWriter out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy