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

com.github.obhen233.formator.Formator Maven / Gradle / Ivy

The newest version!
package com.github.obhen233.formator;

public interface Formator {
		
	public T parse(String text);
	
	public String format(T t);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy