@Internal
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Around
public @interface AsyncRemoveEventSource
Around
advice to intercept methods with which to trigger Micronaut Data remove
entity event.io.micronaut.data.annotation.event.PreRemove
,
io.micronaut.data.annotation.event.PostRemove