Annotation Type Apache_2_0


  • @Documented
    @Retention(CLASS)
    @Target({PACKAGE,TYPE})
    @BundleLicense(name="Apache-2.0",
                   link="https://opensource.org/licenses/Apache-2.0",
                   description="Apache License, Version 2.0")
    public @interface Apache_2_0
    An annotation to indicate that the type depends on the Apache License 2.0. Applying this annotation will add a Bundle-License clause.