Annotation Interface Field


@Retention(RUNTIME) @Target(FIELD) public @interface Field
Annotation to define metadata for document fields.
Author:
Mark Vollmary
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The field-name to be used to store the field inside the document.
  • Element Details

    • value

      String value
      The field-name to be used to store the field inside the document.
      Default:
      ""