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

tech.harmonysoft.oss.traute.javac.text.ExceptionTextGeneratorSpi Maven / Gradle / Ivy

There is a newer version: 1.1.10
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy