net.sf.oval.configuration.annotation |
|
Java Source File Name | Type | Comment |
AbstractAnnotationCheck.java | Class | Partial implementation of check classes configurable via annotations. |
AnnotationCheck.java | Interface | Interface for constraint checks that are configurable via annotations. |
AnnotationsConfigurer.java | Class | |
Constraint.java | Annotation | |
IsInvariant.java | Annotation | Specifies that the return value of the given method (usually
a getter method) should be checked whenever the object
is validated.
Important 1: This is only supported for non-void, non-parameterized methods.
Important 2: To retrieve the return value of the method OVal has to invoke
the method during validation. |
JPAAnnotationsConfigurer.java | Class | |