play.data.validation
Annotation Type IPv6Address


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

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.ipv6"


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