|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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
Project| Optional Element Summary | |
|---|---|
Project[] |
value
An array of projects from the most general to the most specific. |
public abstract Project[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||