Annotation Interface RemoveEventSource


@Internal @Retention(RUNTIME) @Target(METHOD) @Around public @interface RemoveEventSource
Around advice to intercept methods with which to trigger Micronaut Data remove entity event.
See Also:
  • PreRemove
  • PostRemove