Package org.kiwiproject.validation
Annotation Type Ipv4Address
-
@Documented @Constraint(validatedBy=Ipv4AddressValidator.class) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) public @interface Ipv4Address
The annotated element must have a value that is a valid IPv4 address.See IPv4 on Wikipedia.