Package | Description |
---|---|
org.eiichiro.jaguar.validation |
Component validation.
|
Class and 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 . |
Validator
Validator validates the specified component field or the component
instance is valid to the constraint. |
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.