Package aQute.bnd.annotation.jpms
Annotation Type ExportTo
-
@Documented @Retention(CLASS) @Target(PACKAGE) public @interface ExportToAnnotation used on a package, in conjunction with theExportannotation, to express the JPMS modules to which this package is exported. This information is added to themodule-info.class.The exclusion of this annotation means the package is exported to all modules.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-