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

cn.allbs.hj212.translator.CodePattern Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package cn.allbs.hj212.translator;

/**
 * 功能:
 *
 * @author chenQi
 */
public interface CodePattern extends CodeMean {

    String pattern();

    int order();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy