com.github.houbb.chinese.phrase.support.handler.IChinesePhraseHandler Maven / Gradle / Ivy
package com.github.houbb.chinese.phrase.support.handler;
import com.github.houbb.heaven.support.handler.IHandler;
import java.util.List;
/**
* project: chinese-phrase-IChinesePhraseHandler
* create on 2020/3/18 21:31
*
* @author Administrator
* @since 1.0.0
*/
public interface IChinesePhraseHandler extends IHandler, R> {
}