Annotation Type EPL_2_0


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