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