@Export @Version(value="1.0.0")
| Class | Description |
|---|---|
| Constants |
| Annotation Type | Description |
|---|---|
| ExportTo |
Annotation used on a package, in conjunction with the
Export
annotation, to express the JPMS modules to which this package is exported. |
| MainClass |
Annotation used on a type to indicate that it is the
Main-Class of
the application resulting in the manifest header. |
| Open |
Annotation used on a package to declare it is open in terms of JPMS
reflective access.
|
Copyright © 2021. All rights reserved.