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

io.github.stylesmile.annotation.RequestBody Maven / Gradle / Ivy


package io.github.stylesmile.annotation;

import java.lang.annotation.*;


@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RequestBody {
    boolean required() default true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy