Package org.kiwiproject.validation
Annotation Type LongValue
-
@Documented @Constraint(validatedBy=LongValueValidator.class) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) public @interface LongValue
The annotated element must have a value that can be converted to a Java long orLong.