File tree Expand file tree Collapse file tree
spring-rabbit/src/main/java/org/springframework/amqp/rabbit/aot Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717package org .springframework .amqp .rabbit .aot ;
1818
19- import org .springframework .amqp .rabbit .annotation .RabbitListener ;
2019import org .springframework .amqp .rabbit .connection .ChannelProxy ;
2120import org .springframework .amqp .rabbit .connection .PublisherCallbackChannel ;
2221import org .springframework .aop .SpringProxy ;
2524import org .springframework .aot .hint .RuntimeHints ;
2625import org .springframework .aot .hint .RuntimeHintsRegistrar ;
2726import org .springframework .aot .hint .TypeReference ;
28- import org .springframework .aot .hint .support .RuntimeHintsUtils ;
2927import org .springframework .core .DecoratingProxy ;
3028import org .springframework .lang .Nullable ;
3129
@@ -40,7 +38,6 @@ public class RabbitRuntimeHints implements RuntimeHintsRegistrar {
4038
4139 @ Override
4240 public void registerHints (RuntimeHints hints , @ Nullable ClassLoader classLoader ) {
43- RuntimeHintsUtils .registerSynthesizedAnnotation (hints , RabbitListener .class );
4441 ProxyHints proxyHints = hints .proxies ();
4542 proxyHints .registerJdkProxy (ChannelProxy .class );
4643 proxyHints .registerJdkProxy (ChannelProxy .class , PublisherCallbackChannel .class );
You can’t perform that action at this time.
0 commit comments