Interface | Description |
---|---|
Validator<C extends Annotation> |
Validator validates the specified component field or the component
instance is valid to the constraint. |
Class | Description |
---|---|
RequiredValidator |
Built-in
Validator implementation corresponding to the
Required constraint. |
Exception | Description |
---|---|
ViolationException |
Annotation Type | Description |
---|---|
Constraint |
Constraint is a meta annotation to represent constraint on the
component field or the component instance. |
Required |
Built-in
Constraint to indicate the annotated component field must
not be null . |
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.