org.hibernate.validator.constraints
Annotation Type NotBlank.List


@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public static @interface NotBlank.List

Defines several @NotBlank annotations on the same element.


Required Element Summary
 NotBlank[] value
           
 

Element Detail

value

public abstract NotBlank[] value


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved