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