This is an automated email from the ASF dual-hosted git repository.
hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 93b29e6 Update annotation.md (#999)
93b29e6 is described below
commit 93b29e6c15a87c849c6d570626fc8090f463f721
Author: steven.wan <[email protected]>
AuthorDate: Mon Dec 6 15:41:32 2021 +0800
Update annotation.md (#999)
---
content/en/docs/v2.7/user/configuration/annotation.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/en/docs/v2.7/user/configuration/annotation.md
b/content/en/docs/v2.7/user/configuration/annotation.md
index 77b1a0e..eedb6d1 100644
--- a/content/en/docs/v2.7/user/configuration/annotation.md
+++ b/content/en/docs/v2.7/user/configuration/annotation.md
@@ -13,10 +13,10 @@ description: "Configure Dubbo with annotation"
## Provider Side
k
-### `@Service` annotation for exporting
+### `@DubboService` annotation for exporting
```java
-@Service
+@DubboService
public class AnnotationServiceImpl implements AnnotationService {
@Override
public String sayHello(String name) {