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

pl.fhframework.validation.MaxLength Maven / Gradle / Ivy

package pl.fhframework.validation;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD})
public @interface MaxLength {
    int value() default 2147483647;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy