Annotation Type LGPL_2_1_or_later


  • @Documented
    @Retention(CLASS)
    @Target({PACKAGE,TYPE})
    @BundleLicense(name="LGPL-2.1-or-later",
                   link="https://opensource.org/licenses/LGPL-2.1",
                   description="GNU Lesser General Public License v2.1 or later")
    public @interface LGPL_2_1_or_later
    An annotation to indicate that the type depends on the GNU Lesser Public License v2.1 or later. Applying this annotation will add a Bundle-License clause.