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

com.strategicgains.restexpress.plugin.swagger.annotations.ApiModelRequest Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package com.strategicgains.restexpress.plugin.swagger.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ApiModelRequest
{
	Class model();
	boolean required() default false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy