spring.turbo.module.webmvc.support.request.API_v3 Maven / Gradle / Ivy
package spring.turbo.module.webmvc.support.request;
import java.lang.annotation.*;
/**
* {@code @Versioned(value = "v3", ignoreCase = true)} 的快捷方式
*
* @author 应卓
* @since 2.1.0
*/
@Inherited
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Versioned("v3")
public @interface API_v3 {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy