Package io.muserver.rest
Annotation Type Required
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface Required
Specifies that a parameter in a rest method is required
@Target(PARAMETER)
@Retention(RUNTIME)
@Documented
public @interface Required