Annotation Interface Id


@Retention(RUNTIME) @Target(FIELD) public @interface Id
Marks a field as the identifier (primary key) of an entity class. This annotation is typically applied to a field within a Java class that represents an entity in a data store. The presence of this annotation signals that the annotated field is used to uniquely identify instances of the entity class.
Since:
1.0
Author:
Blyzhnytsia Team