@CodeReview(reviewer="Kevin R. Dixon", date="2008-12-02", changesNeeded=false, comments="Looks good.") @Documented @Retention(value=RUNTIME) public @interface SoftwareReferences
SoftwareReferences
annotation defines a container for one or
more references to a publication. This container annotation is needed because
Java allows only one instance of an annotations per element.Modifier and Type | Required Element and Description |
---|---|
SoftwareReference[] |
references
One or more
SoftwareReferences annotations. |
public abstract SoftwareReference[] references
SoftwareReferences
annotations.SoftwareReferences
annotations.