Annotation Type Id


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    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