gov.sandia.cognition.annotation
Annotation Type PublicationReferences
@CodeReview(reviewer="Kevin R. Dixon",
date="2008-02-08",
changesNeeded=false,
comments="Interface looks fine.")
@Documented
@Retention(value=RUNTIME)
public @interface PublicationReferences
The PublicationReferences 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.
- Since:
- 2.1
- Author:
- Kevin R. Dixon, Justin D. Basilico
references
public abstract PublicationReference[] references
- One or more
PublicationReference annotations.
- Returns:
- One or more
PublicationReference annotations.