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

com.obatis.core.annotation.request.ParamSign Maven / Gradle / Ivy

There is a newer version: 3.0.1-release
Show newest version
package com.obatis.core.annotation.request;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
 * api 接口参数需要签名注解
 */
@Target({ METHOD })
@Retention(RUNTIME)
@Documented
public @interface ParamSign {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy