Skip to content

Commit 3c41879

Browse files
committed
Update java-basic-questions-03.md
1 parent 8dba9eb commit 3c41879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/basis/java-basic-questions-03.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ public class DebugInvocationHandler implements InvocationHandler {
378378

379379
### 何谓注解?
380380

381-
`Annotation` (注解) 是 Java5 开始引入的新特性,可以看作是一种特殊的注释,主要用于修饰类、方法或者变量,提供某些
381+
`Annotation` (注解) 是 Java5 开始引入的新特性,可以看作是一种特殊的注释,主要用于修饰类、方法或者变量,提供某些信息供程序在编译或者运行时使用。
382382

383383
注解本质是一个继承了`Annotation` 的特殊接口:
384384

0 commit comments

Comments
 (0)