| Attribute | Annotation that can be used to signal to the parser to check the attribute type during the parsing process. |
| Attributes | Annotation that can be used to signal to the parser to check the types of all declared attributes during the parsing process. |
| Enum | Annotation that can be used to signal to the parser to check the available values during the parsing process. |
| IgnoreAnnotation | Annotation that can be used to signal to the parser to ignore specific annotations during the parsing process. |
| Required | Annotation that can be used to signal to the parser to check if that attribute is required during the parsing process. |
| Target | Annotation that can be used to signal to the parser to check the annotation target during the parsing process. |