Annotation used to mark a timestamp 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.
Inherited Method Summary
From interface
java.lang.annotation.Annotation
|
abstract
Class<? extends Annotation>
|
annotationType()
|
|
abstract
boolean
|
|
|
abstract
int
|
hashCode()
|
|
abstract
String
|
toString()
|