org.hibernate.beanvalidation.tck.tests.metadata
Annotation Type CustomerService.ValidCustomerService
@Target(value={METHOD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,FIELD,TYPE})
@Retention(value=RUNTIME)
@Constraint(validatedBy=CustomerService.ValidCustomerServiceValidator.class)
public static @interface CustomerService.ValidCustomerService
message
public abstract String message
- Default:
- ""
groups
public abstract Class<?>[] groups
- Default:
- {}
payload
public abstract Class<? extends javax.validation.Payload>[] payload
- Default:
- {}
Copyright © 2008-2013. All Rights Reserved.