|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Revision(value="$Revision: 1.6 $",
date="$Date: 2006/12/20 17:21:19 $",
tag="$Name: $")
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
@Documented
public @interface License
An annotation specifying both the license under which this
code is distributed, and an optional summary of that license.
TODO: Javadoc review, Seal/Finalize
| Required Element Summary | |
|---|---|
String |
value
Can be the actual text of the license under which the code is distributed or a URL specifying a webpage with the license. |
| Optional Element Summary | |
|---|---|
LicenseType |
type
A hint as to the type of the {@link #value() license. |
| Element Detail |
|---|
public abstract String value
public abstract LicenseType type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||