@Documented @Retention(value=CLASS) @Target(value=PACKAGE) public @interface ExportTo
Export
annotation, to express the JPMS modules to which this package is exported.
This information is added to the module-info.class.
The exclusion of this annotation means the package is exported to all modules.
public abstract String[] value
Copyright © 2021. All rights reserved.