rcf.core.framework.source
Annotation Type Copyright


@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

Version:
$Revision: 1.6 $
Author:
Greg Gibeling

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.
 

end

public abstract int end
The ending year of this copyright.

Default:
2006

holder

public abstract String holder
The holder of this copyright.

Default:
""

start

public abstract int start
The starting year of this copyright.

Default:
2006