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

fitnesse.wikitext.parser.Translation Maven / Gradle / Ivy

There is a newer version: 20241207
Show newest version
package fitnesse.wikitext.parser;

public interface Translation {
    String toTarget(Translator translator, Symbol symbol);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy