Annotation Type Field
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface Field
Annotation to define custom metadata for document fields.
- Author:
- Peter Milne, Jean Mercier
-
Optional Element Summary
-
Element Details
-
value
String valueThe key to be used to store the field inside the document.- Default:
- ""
-