We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e580c60 + 1b84686 commit a5369fbCopy full SHA for a5369fb
docs/CH17.md
@@ -69,7 +69,7 @@ java.lang.Deprecated 是 J2SE 5.0 中標準的 Annotation 型態之一,它對
69
70
舉個例子來說,您可能定義一個 Something 類別,並在當中定義有 getSomething() 方法,而在這個類別被實際使用一段時間之後,您不建議開發人員使用 getSomething() 方法了,並想要將這個方法標示為 "deprecated",您可以使用 @Deprecated 在 getSomething() 方法加上標示。
71
72
-#### **範例 17.3 Somethingjava**
+#### **範例 17.3 Something.java**
73
```java
74
package onlyfun.caterpillar;
75
0 commit comments