自学Java之Java词汇
# java 词汇
cast: 转换
signature:签名
method signature: 方法签名.就是方法名,方法的参数类型,参数个数.
comment: 注释
documentation comment:文档注释
ran out of sync:失去同步的,不同步的
## 每日一句,英文,单词,化用
If a method **signature** has changed, IntelliJ IDEA highlights the *documentation comment tags* that *ran out of sync* and suggests a quick-fix:
如果**方法签名**发生了变化,IntelliJ IDEA会突出显示*不同步的* *文档注释标签*,并建议快速修复: