I am using Spring Webflux with Kotlin Coroutine and Spring AOP. I have simple Advice which is like this.
@Around("@annotation(LogAccess)") public Ob