Package aQute.bnd.annotation.licenses
Annotation Type GPL_3_0
-
@Deprecated @Retention(CLASS) @Target({PACKAGE,TYPE}) @BundleLicense(name="GPL-3.0", link="https://opensource.org/licenses/GPL-3.0", description="GNU General Public License v3.0") public @interface GPL_3_0
Deprecated.Replaced byGPL_3_0_only
orGPL_3_0_or_later
.An annotation to indicate that the type depends on the GNU General Public License v3.0. Applying this annotation will add a Bundle-License clause.