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