org.hibernate.jsr303.tck.tests.validation
Annotation Type PropertyPathTest.Special
@Constraint(validatedBy=PropertyPathTest.SpecialValidator.class)
@Target(value=TYPE)
@Retention(value=RUNTIME)
public static @interface PropertyPathTest.Special
message
public abstract String message
- Default:
- "special validation failed"
groups
public abstract Class<?>[] groups
- Default:
- {}
payload
public abstract Class<? extends javax.validation.Payload>[] payload
- Default:
- {}
Copyright © 2008-2011. All Rights Reserved.