javax.validation.constraints
Annotation Type NotNull.List


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

Defines several @NotNull annotations on the same element

Author:
Emmanuel Bernard
See Also:
NotNull

Required Element Summary
 NotNull[] value
           
 

Element Detail

value

public abstract NotNull[] value


Copyright © 2007-2009. All Rights Reserved.