Annotation Interface CollectionKey
Determines getter of a field which is unique across a set of the same entities within the same context.
This field can be used as unique key in map-like access to a collection. For example, in the set of
user consents, this can be client ID.
- Author:
- hmlnarik
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
Priority of this annotation: The higher the value, the more appropriate the annotation is.
-
Element Details
-
priority
int priorityPriority of this annotation: The higher the value, the more appropriate the annotation is.- Returns:
- Default:
- 0
-