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

com.skillw.pouvoir.util.read.Parser Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
package com.skillw.pouvoir.util.read;

import org.jetbrains.annotations.NotNull;

public interface Parser {
    @NotNull
    Result parse(String text);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy