javax.validation.constraints
Annotation Type Null.List


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

Defines several @Null annotations on the same element

See Also:
Null

Required Element Summary
 Null[] value
           
 

Element Detail

value

public abstract Null[] value