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

com.blade.mvc.annotation.BodyParam Maven / Gradle / Ivy

package com.blade.mvc.annotation;

import java.lang.annotation.*;

/**
 * Request Query ParmeterAnnotation
 *
 * @author biezhi
 * @since 1.6.6
 */
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface BodyParam {

    boolean required() default false;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy