Uses of Annotation Interface
aQute.bnd.annotation.headers.BundleLicense

Packages that use BundleLicense
Package
Description
 
 
  • Uses of BundleLicense in aQute.bnd.annotation.licenses

    Classes in aQute.bnd.annotation.licenses with annotations of type BundleLicense
    Modifier and Type
    Class
    Description
    @interface 
    An annotation to indicate that the type depends on the Apache License 2.0.
    @interface 
    An annotation to indicate that the type depends on the Simplified BSD or FreeBSD License.
    @interface 
    An annotation to indicate that the type depends on the Revised BSD License.
    @interface 
    An annotation to indicate that the type depends on the Common Development and Distribution license.
    @interface 
    An annotation to indicate that the type depends on the Common Public License 1.0.
    @interface 
    An annotation to indicate that the type depends on the Eclipse Public License 1.0.
    @interface 
    An annotation to indicate that the type depends on the Eclipse Public License 2.0.
    @interface 
    Deprecated.
    @interface 
    An annotation to indicate that the type depends on the GNU General Public License v2.0 only.
    @interface 
    An annotation to indicate that the type depends on the GNU General Public License v2.0 or later.
    @interface 
    Deprecated.
    @interface 
    An annotation to indicate that the type depends on the GNU General Public License v3.0 only.
    @interface 
    An annotation to indicate that the type depends on the GNU General Public License v3.0 or later.
    @interface 
    Deprecated.
    @interface 
    An annotation to indicate that the type depends on the GNU Lesser Public License v2.1 only.
    @interface 
    An annotation to indicate that the type depends on the GNU Lesser Public License v2.1 or later.
    @interface 
    An annotation to indicate that the type depends on the MIT License.
    @interface 
    An annotation to indicate that the type depends on the Mozilla Public License 2.0.
  • Uses of BundleLicense in aQute.bnd.osgi

    Methods in aQute.bnd.osgi with parameters of type BundleLicense
    Modifier and Type
    Method
    Description
    private void
    AnnotationHeaders.doLicense(Annotation a, BundleLicense annotation)