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

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

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

    /**
     * Charset string.
     *
     * @return the string
     */
    String charset() default "UTF-8";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy