|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| ConstraintCheck | Implementations represent checks, which determine whether a given constraint annotation is allowed at a given element. |
| ConstraintChecks | Represents an ordered set of ConstraintChecks with the ability
to execute these checks against given elements and their annotations. |
| Class Summary | |
|---|---|
| AbstractConstraintCheck |
Abstract base class for ConstraintCheck implementations. |
| AnnotationTypeCheck | Checks, that only constraint annotation types are annotated with other constraint annotations ("constraint composition"), but not non-constraint annotations. |
| ConstraintCheckError | The result of the execution of a ConstraintCheck. |
| ConstraintCheckFactory | A factory in charge of determining the ConstraintChecks required for
the validation of annotations at given elements. |
| GetterCheck | Checks whether a given element is a valid getter method. |
| MultiValuedChecks | A ConstraintChecks implementation, that executed the contained checks
against all parts of given multi-valued annotations. |
| PrimitiveCheck | Validates that the given element is not of a primitive type. |
| SingleValuedChecks | A ConstraintChecks implementation that simply executes all
contained checks against given elements and annotations. |
| StaticCheck | Checks, that the given element is not a static element. |
| TypeCheck | Checks, that constraint annotations are only specified at elements of a type supported by the constraints. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||