Annotation Type BSD_2_Clause


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