![JAR search and dependency download from the Maven repository](/logo.png)
tech.harmonysoft.oss.traute.javac.text.ExceptionTextGenerator Maven / Gradle / Ivy
package tech.harmonysoft.oss.traute.javac.text;
import org.jetbrains.annotations.NotNull;
public interface ExceptionTextGenerator {
@NotNull
String generate(@NotNull T context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy