Annotation Interface License
@Documented
@Inherited
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,PACKAGE,TYPE})
public @interface License
Indicates that the annotated element is governed by the license
identified by the value of the
uri()
element.- Author:
- Laird Nelson
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
uri
An absolute URI identifying the license in question.- Returns:
- a
String
representation of an absolute URI identifying the license in question
-
-
-
name
The name of the license in question.- Returns:
- the name of the license in question
- Default:
- ""
-