Skip to content

bugfix:修复不正当用词 #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bugfix:修复不正当用词
bugfix:修复不正当用词
  • Loading branch information
sjsdfg authored Jun 1, 2019
commit f7ac1d54d727c11b7ae082e7f97f4865153b93ea
4 changes: 2 additions & 2 deletions docs/book/23-Annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Testable {
}
```

被注解标注的方法和其他的方法没有任何区别。在这个例子中,注解 `@Test` 可以和任何修饰符共同用于方法,注入 **public**、**static** 或 **void**。用语法的角度上看,注解和使用方式和修饰符的使用方式一致
被注解标注的方法和其他的方法没有任何区别。在这个例子中,注解 `@Test` 可以和任何修饰符共同用于方法,诸如 **public**、**static** 或 **void**。从语法的角度上看,注解的使用方式和修饰符的使用方式一致

### 定义注解

Expand Down Expand Up @@ -1806,4 +1806,4 @@ API 的提供方和框架将会将注解作为他们工具的一部分。通过

<div style="page-break-after: always;"></div>

[^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.