Interface ModuleOpenInfo


public sealed interface ModuleOpenInfo
Models a single "opens" declaration in the ModuleAttribute.
API Note:
Opening a package to another module allows that other module to gain the same full privilege access as members in this module. See MethodHandles.privateLookupIn(Class, MethodHandles.Lookup) for more details.
See Java Virtual Machine Specification:
4.7.25 The Module Attribute
Since:
24
See Also: