Annotation Interface Changelog.Timestamp
- Enclosing class:
Changelog
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD})
public static @interface Changelog.Timestamp
Marks the property that holds the changeset timestamp in a
@Changelog. The value must be
initialized by the changelog entity itself, for example,
via a field initializer, in the constructor, or in a
ChangesetListener.- Since:
- 7.4