@Internal
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Around
public @interface UpdateEventSource
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