@Retention(RUNTIME) @Target({FIELD,TYPE,METHOD}) public @interface Timestamp
Event field annotation, specifies that the value is a point in time.
- Since:
- 9
- 
Field SummaryFields Modifier and Type Fields Description static StringMILLISECONDS_SINCE_EPOCHThe unit for the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.static StringTICKSThe unit for the number of ticks that have transpired since some arbitrary starting date.
- 
Optional Element Summary
- 
Field Details- 
MILLISECONDS_SINCE_EPOCHThe unit for the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
- 
TICKSThe unit for the number of ticks that have transpired since some arbitrary starting date.
 
- 
- 
Element Details