Rabu, 16 Agustus 2023

JavaDoc

JavaDoc Tool

/** 
 * JavaDoc Order Of Tags 
*/

@author (classes and interfaces)
@param (methods and constructors)
@see
@version (classes and interfaces)
@return (methods)

JavaDoc Tags

Tag Parameter Description
@author author_name Describes an author
@param description provide information about method parameter or the input it takes
@see reference generate a link to other element of the document
@version version-name provide version of the class, interface or enum.
@return description provide the return value

Bibliography:

https://www.oracle.com/
https://www.geeksforgeeks.org/
Java: A Beginner's Guide
Java for Dummies

Related Topics:

Belajar Fisika SMA

Pelajaran Matematika Kelas 7 SMP

Kata Ganti Tanya Dalam Bahasa Inggris

Bidang Datar 1

Units Of Time In English

Tidak ada komentar:

Posting Komentar

Various Other Posts