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

org.hotrod.generator.Feedback Maven / Gradle / Ivy

The newest version!
package org.hotrod.generator;

public interface Feedback {

  void info(String line);

  void warn(String line);

  void error(String line);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy