@Retention(RUNTIME) @Target({FIELD,TYPE,METHOD}) public @interface Timestamp
Modifier and Type | Optional Element | Description |
---|---|---|
String |
value |
Unit for the time stamp. |
Modifier and Type | Field | Description |
---|---|---|
static final String |
MILLISECONDS_SINCE_EPOCH |
The unit for the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC. |
static final String |
TICKS |
The unit for the number of ticks that have transpired since some arbitrary starting date. |
static final String MILLISECONDS_SINCE_EPOCH
static final String TICKS
String value
null
"MILLISECONDS_SINCE_EPOCH"
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/jdk.jfr/jdk/jfr/Timestamp.html