Spring boot 2.0.2, interception of Cloud Stream annotations with Aop not working anymore
问题 I tried to keep the title as explicit and simple as possible. Basically, I need to intercept the usage of Cloud stream's @Input and @Output annotations. This is needed to automatically add a specific ChannelInterceptor to each MessageChannel. (The behaviour in the preSend method will be slightly different whether the message has been produced or consumed). For example, if I declare this advice @Around("@annotation(org.springframework.cloud.stream.annotation.Input)") public Object