@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface RevisionTimestamp
Marks a property which will hold the timestamp of the revision in a revision entity, see
RevisionListener. The value of this property will be automatically set by Envers.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.