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