Annotation Type LGPL_2_1_only


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