@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Field
public abstract String value
The actual name of the field inside the JSON document.
It can be used to shorten or rename/map field names to save space or provide additional compatibility.
Copyright © 2015 Couchbase, Inc.. All rights reserved.