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 95aa714 commit d4de1abCopy full SHA for d4de1ab
docs/CH17.md
@@ -407,7 +407,7 @@ Annotation 標示於方法上的話,就要取得方法的 Method 代表實例
407
TYPE, // 適用 class, interface, enum
408
FIELD, // 適用 field
409
METHOD, // 適用 method
410
- PARAMETER, // 適用 method 上之 parametar
+ PARAMETER, // 適用 method 上之 parameter
411
CONSTRUCTOR, // 適用 constructor
412
LOCAL_VARIABLE, // 適用區域變數
413
ANNOTATION_TYPE, // 適用 annotation 型態
0 commit comments