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 6ed9f81 commit 059a1aeCopy full SHA for 059a1ae
docs/en/client/getting-started.md
@@ -181,8 +181,8 @@ public class FoobarService {
181
Also you can feel free to inject stub with `@GrpcClientBean` with `@Configuration` for more wide usage in
182
another services.
183
184
-> **Note:** It is definitely not recommended using ``@GrpcClientBean`` and field annotated with ``@GrpcClient`` like in
185
-> the previous example for same configuration class, but it`s still possible.
+> **Note:** We recommend using either `@GrpcClientBean`s or fields annotated with `@GrpcClient` throughout your
+> application, as mixing the two can cause confusion for future developers.
186
187
````java
188
@Configuration
0 commit comments