Package de.smartics.validation.constraints

Provides constraints annotations.

See:
          Description

Annotation Types Summary
Available The annotated element is checked to be available.
NotBlank The annotated element of type String must not be null, empty or contain only whitespaces.
NullButNotBlank The annotated element of type String may be null, but if not null it must not be empty or contain only whitespaces.
 

Package de.smartics.validation.constraints Description

Provides constraints annotations.

Since:
1.0


Copyright © 2009-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.