Annotation Type MIT


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