Skip to main content

Marco Castellani's Library tagged javadoc   View Popular

17 Dec 09

Overview (Java Platform SE 6)

  • Provides for system input and output through data streams,
    serialization and the file system.
  • Provides classes that are fundamental to the design of the Java
    programming language.
  • 1 more annotations...
13 Jul 09

How to Write Doc Comments for the Javadoc Tool

  • A doc comment is written in HTML and must precede a class, field,
    constructor or method declaration. It is made up of two parts --
    a description followed by block tags. In this example, the block
    tags are @param, @return, and
    @see.
  • An @param tag is "required" (by convention) for every parameter,
    even when the description is
    obvious. The @return tag is required for every method that returns something
    other than void, even if it is redundant with the method description.
    (Whenever possible, find something non-redundant (ideally, more specific) to use
    for the tag comment.)
  • 1 more annotations...
1 - 7 of 7
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo