| Annotation Type | Description |
|---|---|
| Excluded |
Apply this annotation to methods that RAVE should not generate validation code for.
|
| MustBeFalse |
Annotation to denote that some function must return false.
|
| MustBeTrue |
Annotation to denote that some function must return false.
|
| Validated |
The annotation to mark some object to be validated by a
BaseValidator. |