javax.validation.constraints
Annotation Type NotNull.List


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

Defines several NotNull annotations on the same element.

See Also:
NotNull

Required Element Summary
 NotNull[] value
           
 

Element Detail

value

public abstract NotNull[] value


Copyright © 2007-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.