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

cc.shacocloud.mirage.restful.bind.annotation.PathPatterns Maven / Gradle / Ivy

package cc.shacocloud.mirage.restful.bind.annotation;

/**
 * 路径表达式规则枚举
 *
 * @author 思追(shaco)
 */
public enum PathPatterns {
    
    /**
     * 路径匹配模式
     */
    PATH,
    
    /**
     * 正则匹配模式
     */
    REGEX
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy