![JAR search and dependency download from the Maven repository](/logo.png)
io.polaris.core.string.TokenHandler Maven / Gradle / Ivy
package io.polaris.core.string;
/**
* @author Qt
* @since 1.8, Aug 11, 2023
*/
public interface TokenHandler {
String handleToken(String content);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy