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

io.polaris.core.string.TokenHandler Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.string;

/**
 * @author Qt
 * @since  Aug 11, 2023
 */
public interface TokenHandler {

	String handleToken(String content);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy