com.github.liuyehcf.framework.rpc.ares.AresPathVariable Maven / Gradle / Ivy
package com.github.liuyehcf.framework.rpc.ares;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author hechenfeng
* @date 2019/11/11
*/
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
public @interface AresPathVariable {
/**
* path variable name
*/
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy