Expected Behavior
@sendto annotation must be scanned for method in abstract class
Current Behavior
@KafkaListener scanned in abstract class(because use AnnotationUtils.findAnnotation), but @sendto can't scanned (because use SendTo ann = AnnotationUtils.getAnnotation(replyingMethod, SendTo.class);)
Context