@Export @Version(value="1.1")
| Annotation Type | Description |
|---|---|
| Apache_2_0 |
An annotation to indicate that the type depends on the Apache License 2.0.
|
| ASL_2_0 | Deprecated
Replaced by
Apache_2_0. |
| BSD_2_Clause |
An annotation to indicate that the type depends on the Simplified BSD or
FreeBSD License.
|
| BSD_3_Clause |
An annotation to indicate that the type depends on the Revised BSD License.
|
| CDDL_1_0 |
An annotation to indicate that the type depends on the Common Development and
Distribution license.
|
| CPL_1_0 |
An annotation to indicate that the type depends on the Common Public License
1.0.
|
| EPL_1_0 |
An annotation to indicate that the type depends on the Eclipse Public License
1.0.
|
| EPL_2_0 |
An annotation to indicate that the type depends on the Eclipse Public License
2.0.
|
| GPL_2_0 | Deprecated
Replaced by
GPL_2_0_only or GPL_2_0_or_later. |
| GPL_2_0_only |
An annotation to indicate that the type depends on the GNU General Public
License v2.0 only.
|
| GPL_2_0_or_later |
An annotation to indicate that the type depends on the GNU General Public
License v2.0 or later.
|
| GPL_3_0 | Deprecated
Replaced by
GPL_3_0_only or GPL_3_0_or_later. |
| GPL_3_0_only |
An annotation to indicate that the type depends on the GNU General Public
License v3.0 only.
|
| GPL_3_0_or_later |
An annotation to indicate that the type depends on the GNU General Public
License v3.0 or later.
|
| LGPL_2_1 | Deprecated
Replaced by
LGPL_2_1_only or LGPL_2_1_or_later. |
| LGPL_2_1_only |
An annotation to indicate that the type depends on the GNU Lesser Public
License v2.1 only.
|
| LGPL_2_1_or_later |
An annotation to indicate that the type depends on the GNU Lesser Public
License v2.1 or later.
|
| MIT |
An annotation to indicate that the type depends on the MIT License.
|
| MIT_1_0 | Deprecated
Replaced by
MIT. |
| MPL_2_0 |
An annotation to indicate that the type depends on the Mozilla Public License
2.0.
|
Copyright © 2021. All rights reserved.