@CodeReview(reviewer="Kevin R. Dixon", date="2008-02-08", changesNeeded=false, comments="Interface looks fine.") @Documented @Retention(value=RUNTIME) public @interface PublicationReferences
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.Modifier and Type | Required Element and Description |
---|---|
PublicationReference[] |
references
One or more
PublicationReference annotations. |
public abstract PublicationReference[] references
PublicationReference
annotations.PublicationReference
annotations.