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

io.muserver.rest.Required Maven / Gradle / Ivy

The newest version!
package io.muserver.rest;

import java.lang.annotation.*;

/**
 * Specifies that a parameter in a rest method is required
 */
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Required {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy