@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Descendants
Annotation for Datastore property that indicates it holds child entities that are
linked to this entity by the Cloud Datastore Ancestor relationship.
- Since:
- 1.1
- Author:
- Chengyuan Zhao