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

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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy