/**
The Desciption of the method to explain what the method does
@param the parameters used by the method
@return the value returned by the method
@throws what kind of exception does this method throw
*/
Http://www.oracle.com/technetwork/java/java/javase/documentation/index-137868.html#descriptions
检查此链接以获取详细文档
请参阅Guide
并查看一些标准Java类的
source代码。Http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/index.html,。 我添加了这句话,因为我上面的答案太短了。 :-) 我假设IDE正在寻找源文件中的Javadoc定义。因此,您需要将源附加到项目中使用的库。