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

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

There is a newer version: 2.0.3
Show 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 - 2024 Weber Informatics LLC | Privacy Policy