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

spring.turbo.module.webmvc.support.request.API_v5 Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package spring.turbo.module.webmvc.support.request;

import java.lang.annotation.*;

/**
 * {@code @Versioned(value = "v5", ignoreCase = true)} 的快捷方式
 *
 * @author 应卓
 * @since 2.1.0
 */
@Inherited
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Versioned("v5")
public @interface API_v5 {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy