Package io.axoniq.dataprotection.api
Annotation Type DataSubjectIdContainer
-
@Retention(RUNTIME) @Target({ANNOTATION_TYPE,FIELD}) public @interface DataSubjectIdContainer
Container annotation defined to support the use of multipleDataSubjectIdannotations on the same field. This annotation should never be used directly.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description DataSubjectId[]valueThe contained set of annotations.
-
-
-
Element Detail
-
value
DataSubjectId[] value
The contained set of annotations.- Returns:
- the contained set of annotations
-
-