rcf.core.framework.source
Annotation Type Projects


@Revision(value="$Revision: 1.5 $",
          date="$Date: 2006/12/20 17:21:19 $",
          tag="$Name:  $")
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR,PACKAGE})
@Documented
public @interface Projects

Similar in concept to the Project annotation, this annotation allows for the possibility that an element may belong to more than one project. Specifically this annotation allows for the possibility of a hierarchy of projects.

TODO: Javadoc review, Seal/Finalize

Version:
$Revision: 1.5 $
Author:
Greg Gibeling
See Also:
Project

Optional Element Summary
 Project[] value
          An array of projects from the most general to the most specific.
 

value

public abstract Project[] value
An array of projects from the most general to the most specific. This is effectively a "project path".

Default:
{}