/**
* for database operation.
* main execute class is {@link org.test.toolkit.database.DefaultDbClient}
*
* @author
*
*/
不生成语句:主执行类是....
/**
* for database operation,
* main execute class is {@link org.test.toolkit.database.DefaultDbClient}
*
* @author
*
*/
这会生成语句:main execute class is ....,
为什么?是 JavaDoc 错误还是 IDE 错误还是我的问题?唯一的区别是以.
or结尾,
。