Annotation Interface Field
Annotation for a property that allows specifying the field name instead of deriving it from the
property's name.
- Since:
- 1.1
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameThe custom name of the field in the Datastore Entity, which can differ from the name of the property it annotates.- Returns:
- the name of the field in the Datastore Entity.
-