Annotation Type BSD_3_Clause


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