rcf.core.framework.source
Annotation Type Authors


@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

Version:
$Revision: 1.2 $
Author:
Greg Gibeling
See Also:
Author

Optional Element Summary
 Author[] value
          An array of authors who contributed to this element.
 

value

public abstract Author[] value
An array of authors who contributed to this element.

Default:
{}