com.emily.infrastructure.web.servlet.annotation.ApiPathPrefixIgnore Maven / Gradle / Ivy
The newest version!
package com.emily.infrastructure.web.servlet.annotation;
import java.lang.annotation.*;
/**
* 控制器API前缀添加注解忽略注解
*
* @author Emily
*/
@Documented
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface ApiPathPrefixIgnore {
}