| Annotation Type | Description |
|---|---|
| Attribute |
Annotation used in
Attributes as field, to provide ItemAttributesRQ
with both 'key' and 'value' fields specified |
| Attributes |
Annotation for test methods and classes to attach
ItemAttributesRQ to the test items |
| AttributeValue |
Annotation used in
Attributes as field, to provide ItemAttributesRQ
with only 'value' field specified ('key' in the resulted entity will be NULL) |
| MultiKeyAttribute |
Annotation used in
Attributes as field, to provide multiple ItemAttributesRQ
with both 'key' and 'value' fields specified. |
| MultiValueAttribute |
Annotation used in
Attributes as field, to provide multiple ItemAttributesRQ
with both 'key' (optional) and 'value' fields specified. |