
hsim.checkpoint.core.annotation.ValidationUrlMapping Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of check-point Show documentation
Show all versions of check-point Show documentation
Http request auto validation library for spring framework
package hsim.checkpoint.core.annotation;
import java.lang.annotation.*;
/**
* The interface Validation url mapping.
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ValidationUrlMapping {
/**
* Required boolean.
*
* @return the boolean
*/
boolean required() default true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy