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