Skip to content

Commit 059a1ae

Browse files
a-simeshinST-DDT
andauthored
Update docs/en/client/getting-started.md
Co-authored-by: ST-DDT <[email protected]>
1 parent 6ed9f81 commit 059a1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/client/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public class FoobarService {
181181
Also you can feel free to inject stub with `@GrpcClientBean` with `@Configuration` for more wide usage in
182182
another services.
183183

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.
184+
> **Note:** We recommend using either `@GrpcClientBean`s or fields annotated with `@GrpcClient` throughout your
185+
> application, as mixing the two can cause confusion for future developers.
186186
187187
````java
188188
@Configuration

0 commit comments

Comments
 (0)