@Retention(value=RUNTIME) public @interface UpdateTimestamp
Marks a property as the update timestamp of the containing entity. The property value will be set to the current VM
date whenever the owning entity is updated.
<p>
Supported property types:
<ul>
<li>Date</li>
<li>Calendar</li>
<li>Date</li>
<li>Time</li>
<li>Timestamp</li>
<li>Instant</li>
<li>LocalDate</li>
<li>LocalDateTime</li>
<li>LocalTime</li>
<li>MonthDay</li>
<li>OffsetDateTime</li>
<li>OffsetTime</li>
<li>Year</li>
<li>YearMonth</li>
<li>ZonedDateTime</li>
</ul>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.