ServerTimestamp | Doclava
public abstract @interface

ServerTimestamp

implements Annotation
com.google.firebase.firestore.ServerTimestamp

Class Overview

Annotation used to mark a Date field to be populated with a server timestamp. If a POJO being written contains null for a @ServerTimestamp-annotated field, it will be replaced with a server-generated timestamp.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation