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