|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Revision(value="$Revision: 1.5 $",
date="$Date: 2006/12/20 17:21:18 $",
tag="$Name: $")
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR,PACKAGE})
@Documented
public @interface Author
An annotation specifying the name,
e-mail address and personal website of the
author of the annotated code. By convention these appear on the
package-info.java files for the Project.
TODO: Javadoc review, Seal/Finalize
Authors| Required Element Summary | |
|---|---|
String |
value
The name of the author of the annotated element. |
| Optional Element Summary | |
|---|---|
String |
email
The e-mail address of the author of the annotated element. |
String |
website
The personal website of the author of the annotated element. |
| Element Detail |
|---|
public abstract String value
public abstract String email
public abstract String website
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||