@Internal
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Around
public @interface AsyncUpdateEventSource
Around advice to intercept methods with which to trigger Micronaut Data update entity event.io.micronaut.data.annotation.event.PreUpdate,
io.micronaut.data.annotation.event.PostUpdate