play.data.validation
Annotation Type IPv4Address


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
@Constraint(checkWith=IPv4AddressCheck.class)
public @interface IPv4Address

This field must be a valid IP address. Message key: validation.ip $1: field name


Optional Element Summary
 java.lang.String message
           
 

message

public abstract java.lang.String message
Default:
"validation.ipv4"


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly