@Documented @Constraint(validatedBy={NotEmptyValidatorForCollection.class,NotEmptyValidatorForMap.class,NotEmptyValidatorForString.class,NotEmptyValidator.class}) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,PARAMETER}) @Retention(value=RUNTIME) public @interface NotEmpty
This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.