@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface WhoModified
To use this annotation you need to implement CurrentUserProvider. The type of the bean property should match the type returned by CurrentUserProvider.
@WhoModified
String whoModified;
Copyright © 2019. All rights reserved.