com.github.liuyehcf.framework.rpc.ares.AresRequestParam 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/8
*/
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
public @interface AresRequestParam {
/**
* request param name
*/
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy