@Revision(value="$Revision: 1.5 $", date="$Date: 2006/12/20 17:21:19 $", tag="$Name: $")

Package rcf.core.framework.source

Source level annotations for things like cvs versioning, projects and authors, among other things.

See:
          Description

Class Summary
SourceHelpers TODO: Javadoc
Version TODO: Javadoc TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString Major Major.Minor Major.Minor.Micro Major.Minor.Micro.Build [*].CVS
 

Enum Summary
DevelopmentStatus An enumeration of the various stages of software project development.
LicenseType An annotation of several types of source code licenses which may be specified as the type of a license.
 

Annotation Types Summary
Author An annotation specifying the name, e-mail address and personal website of the author of the annotated code.
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.
Copyright An annotation of the copyright holder and time span for the annotated element.
License An annotation specifying both the license under which this code is distributed, and an optional summary of that license.
Project An annotation specifying the short and long names of a project, as well as various other meta-information.
Projects Similar in concept to the Project annotation, this annotation allows for the possibility that an element may belong to more than one project.
Revision Annotation of the CVS revision for an element, used for version management and debugging.
 

Package rcf.core.framework.source Description

Source level annotations for things like cvs versioning, projects and authors, among other things.

TODO: Javadoc
TODO: Javadoc review, Seal/Finalize

Author:
Greg Gibeling