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

hsim.checkpoint.core.annotation.ValidationBody 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 body.
 */
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ValidationBody {

    /**
     * Required boolean.
     *
     * @return the boolean
     */
    boolean required() default true;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy