|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--DocumentedHelloWorld
--- DOCUMENTATION COMMENTS begin with '/**'. --- Documentation comments FACE THE DEFINITIONS of: classes, interfaces, members(methods and variables) --- SPECIAL TAGS prefixed by the 'at' symbol '@' contain additional information or even links in the remaining part of the line:
| Field Summary | |
(package private) static int |
i
A four-byte class-variable of type integer. |
| Constructor Summary | |
DocumentedHelloWorld()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Only for methods are meant the three tags "@param", "@return" and "@exception". |
(package private) void |
oldVersion()
Deprecated. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
static int i
| Constructor Detail |
public DocumentedHelloWorld()
| Method Detail |
void oldVersion()
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - String-constants given when running the programjava.lang.Exception - thrown by the method plus a closer description that
can comprise multiple lines.
The following generates a hyperlink
if the class-name is known and the API documentation
is in the CLASSPATH????String,
java.lang.System
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||