
org.hotrod.generator.Feedback Maven / Gradle / Ivy
package org.hotrod.generator;
public interface Feedback {
void info(String line);
void warn(String line);
void error(String line);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy