@CodeReview(reviewer="Kevin R. Dixon", date="2008-12-02", changesNeeded=false, comments="Looks good.") @Retention(value=RUNTIME) @Documented public @interface SoftwareReference
| Modifier and Type | Required Element and Description |
|---|---|
SoftwareLicenseType |
license
The type of license for the software.
|
java.lang.String |
name
The full name of the software.
|
java.lang.String |
version
The specific version of the software that is used.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
date
An optional date on which the reference was made.
|
java.lang.String |
licenseURL
An optional URL for the software license.
|
java.lang.String |
licenseVersion
An optional version for the license.
|
java.lang.String[] |
notes
Optional notes regarding this reference.
|
java.lang.String |
url
An optional URL reference to where the software can be found.
|
public abstract java.lang.String name
public abstract java.lang.String version
"1.6.0".public abstract SoftwareLicenseType license
Other,
please specify in the notes section.public abstract java.lang.String date
"".public abstract java.lang.String url
"".public abstract java.lang.String licenseVersion
"".