Annotation Interface UpdatedBy


@Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented @AutoPopulated public @interface UpdatedBy
An annotation for use with Micronaut Data entities that will cause the annotated field to be automatically populated on both save and update with the identity of the currently authenticated user.
Since:
4.5.0
Author:
Jeremy Grelle