JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.damap.base.annotations.gdpr
Annotation Interface GdprKey
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
GdprKey
Marks a field in a class as a key column for EU General Data Protection Regulation data requests. This annotation is meant to be used in conjunction with
Gdpr
.
For usage instructions, see
Gdpr
.