tech.harmonysoft.oss.traute.javac.text.ExceptionTextGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of traute-javac Show documentation
Show all versions of traute-javac Show documentation
A Javac plugin which inserts null-checks into generated bytecode
package tech.harmonysoft.oss.traute.javac.text;
import org.jetbrains.annotations.NotNull;
public interface ExceptionTextGenerator {
@NotNull
String generate(@NotNull T context);
}