2
我有一個簡單的方法「的ValidateUser」返回取決於用戶是否是不同的字符串已成功登錄。我如何在Eclipse中使用JavaDocs來顯示條件返回語句?
現在我剛剛介紹的第一個可能的輸出。
/**
*
*@param user the username of the user
*@param password the password of the user
*@return True <br>
* User_First_Name<br>
* User_Last_Name<br>
* Num_Records
*
*/
什麼是使用javadocs顯示所有可能的輸出的最佳方式是什麼?