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

com.manymobi.esdsl.annotations.RequestBody Maven / Gradle / Ivy

package com.manymobi.esdsl.annotations;

import java.lang.annotation.*;

/**
 * @author 梁建军
 * 创建日期: 2018/11/5
 * 创建时间: 13:31
 * @version 1.0
 * @since 1.0
 */
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RequestBody {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy