Annotation Type WhoModified


@Target(FIELD) @Retention(RUNTIME) public @interface WhoModified
Mapped onto a entity bean property that represents the user id of who last modified the entity>

To use this annotation you need to implement CurrentUserProvider. The type of the bean property should match the type returned by CurrentUserProvider.

Example:



   @WhoModified
   String whoModified;