Annotation Type GPL_2_0_or_later


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