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 e441af7 commit f7ac1d5Copy full SHA for f7ac1d5
docs/book/23-Annotations.md
@@ -45,7 +45,7 @@ public class Testable {
45
}
46
```
47
48
-被注解标注的方法和其他的方法没有任何区别。在这个例子中,注解 `@Test` 可以和任何修饰符共同用于方法,注入 **public**、**static** 或 **void**。用语法的角度上看,注解和使用方式和修饰符的使用方式一致。
+被注解标注的方法和其他的方法没有任何区别。在这个例子中,注解 `@Test` 可以和任何修饰符共同用于方法,诸如 **public**、**static** 或 **void**。从语法的角度上看,注解的使用方式和修饰符的使用方式一致。
49
50
### 定义注解
51
@@ -1806,4 +1806,4 @@ API 的提供方和框架将会将注解作为他们工具的一部分。通过
1806
1807
<div style="page-break-after: always;"></div>
1808
1809
-[^3 ]: The Java designers coyly suggest that a mirror is where you find a reflection.
+[^3 ]: The Java designers coyly suggest that a mirror is where you find a reflection.
0 commit comments