@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface UpdatedTimestamp
This is effectively an alias for @WhenModified which was added as it hints towards a better naming convention (WhenCreated, WhenModified).
Copyright © 2016. All rights reserved.