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

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