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

hsim.checkpoint.core.annotation.ValidationUrlMapping Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
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