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.
    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.