@Documented
@Retention(RUNTIME)
@Target({FIELD,ANNOTATION_TYPE})
public @interface Id
Identifies a field which will not be stored in the document but rather used as the document ID.
Since:
2.2.0
Author:
Michael Nitschinger