Javadoc標簽
標簽? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 描述? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?示例
@author? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?標識一個類的作者? ? ? ? ? ? ? ? @author description
@deprecated? ? ? ? ? ? ? ? ? ? ? ? ? ? 指名一個過期的類或成員? ? ? ?@deprecated description
{@docRoot}? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?指明當前文檔根目錄的路徑? ? ? ? Directory Path
@exception? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 標志一個類拋出的異常? ? ? ? ? ?@exception exception-name explanation
{@inheritDoc}? ? ? ? ? ? ? ? ? ? ? ? ? ? ?從直接父類繼承的注釋 Inherits a comment from the immediate surperclass.
{@link}? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 插入一個到另一個主題的鏈接 {@link name text}
{@linkplain}? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?插入一個到另一個主題的鏈接,但是該鏈接顯示純文本字體 Inserts an in-line link to another topic.
@param? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?說明一個方法的參數(shù) @param parameter-name explanation
@return? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 說明返回值類型 @return explanation
@see? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?指定一個到另一個主題的鏈接 @see anchor
@serial? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 說明一個序列化屬性 @serial description
@serialData? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 說明通過writeObject( ) 和 writeExternal( )方法寫的數(shù)據(jù) @serialData description
@serialField? ? ? ? ? ? ? ? ? ? ? ? ? ? ?說明一個ObjectStreamField組件 @serialField name type description
@since? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 標記當引入一個特定的變化時 @since release
@throws 和 @exception標簽一樣. The @throws tag has the same meaning as the @exception tag.
{@value}? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?顯示常量的值,該常量必須是static屬性。 Displays the value of a constant, which must be a static field.
@version? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?指定類的版本 @version info