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

tech.harmonysoft.oss.traute.javac.text.ExceptionTextGenerator 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;

public interface ExceptionTextGenerator {

    @NotNull
    String generate(@NotNull T context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy