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

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