org.qi4j.library.constraints.annotation
Annotation Type NotEmpty


@ConstraintDeclaration
@Retention(value=RUNTIME)
@Constraints(value={NotEmptyStringConstraint.class,NotEmptyCollectionConstraint.class})
public @interface NotEmpty

Marks a property as being a string or collection, non null, not empty.