|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Revision(value="$Revision: 1.2 $",
date="$Date: 2006/12/20 17:21:19 $",
tag="$Name: $")
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR,PACKAGE})
@Documented
public @interface Authors
Similar in concept to the Author annotation, this annotation allows
for the possibility that an element may have been written by a team of
authors.
TODO: Javadoc review, Seal/Finalize
Author| Optional Element Summary | |
|---|---|
Author[] |
value
An array of authors who contributed to this element. |
public abstract Author[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||