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