We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f491c49 commit 6b5ec89Copy full SHA for 6b5ec89
README.md
@@ -87,7 +87,7 @@ public class InvocationDispatcherImpl extends AbstractInvocationDispatcher<TestC
87
@Target(ElementType.TYPE)
88
@Retention(RetentionPolicy.RUNTIME)
89
@Documented
90
-@ProxyStub(InvocationDispatcherImpl1.class)
+@ProxyStub(InvocationDispatcherImpl.class)
91
public @interface TestClient {
92
@AliasFor(annotation = ProxyStub.class, attribute = "beanName")
93
String value() default "";
0 commit comments