|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Revision(value="$Revision: 1.6 $",
date="$Date: 2006/12/20 17:21:19 $",
tag="$Name: $")
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
@Documented
public @interface Copyright
An annotation of the copyright holder and time span for the
annotated element.
TODO: Javadoc review, Seal/Finalize
| Optional Element Summary | |
|---|---|
int |
end
The ending year of this copyright. |
String |
holder
The holder of this copyright. |
int |
start
The starting year of this copyright. |
public abstract int end
public abstract String holder
public abstract int start
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||