Package aQute.bnd.annotation.licenses
Annotation Type LGPL_2_1
-
@Deprecated @Retention(CLASS) @Target({PACKAGE,TYPE}) @BundleLicense(name="LGPL-2.1", link="https://opensource.org/licenses/LGPL-2.1", description="GNU Lesser General Public License v2.1") public @interface LGPL_2_1
Deprecated.Replaced byLGPL_2_1_only
orLGPL_2_1_or_later
.An annotation to indicate that the type depends on the GNU Lesser Public License v2.1. Applying this annotation will add a Bundle-License clause.