Package io.micronaut.security.annotation
Annotation Interface CreatedBy
@Retention(RUNTIME)
@Target({METHOD,FIELD})
@Documented
@AutoPopulated(updateable=false)
public @interface CreatedBy
An annotation for use with Micronaut Data entities that will cause the annotated field to be automatically
 populated on save with the identity of the currently authenticated user.
- Since:
 - 4.5.0
 - Author:
 - Jeremy Grelle