
com.jianggujin.http.support.annotation.JRequestBody Maven / Gradle / Ivy
package com.jianggujin.http.support.annotation;
import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
* 请求体
*
* @author jianggujin
*
*/
@Retention(RUNTIME)
@Target(PARAMETER)
public @interface JRequestBody {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy