Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
javax.validation.bootstrap |
Package containing bootstrap specific objects.
|
javax.validation.constraints |
Contains all the Bean Validation provided constraints
also called built-in constraints.
|
javax.validation.constraintvalidation |
Package containing constructs specific to constraint validators
In particular
SupportedValidationTarget
is used to refine the validation target of a ConstraintValidator . |
javax.validation.executable |
Package related to the control and execution of executable validation.
|
javax.validation.groups |
A group defines a subset of constraints.
|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
Copyright © 2007-2013. All Rights Reserved.