@Target(value={FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface UpdateTimestamp
Extension annotation specifying either this field/method or use a surrogate column as storing the update timestamp for this object.
Only applies if specified on a timestamp.