On Tue, 26 Nov 2024 20:48:24 GMT, Eirik Bjørsnøs wrote:
> Please consider this cleanup PR which makes the now package-protected
> `ModuleDescriptor` constructor private.
>
> This constructor is only accessed by the class itself via
> JavaLangModuleAccess. Making it private would express the in
Please consider this cleanup PR which makes the now package-protected
`ModuleDescriptor` constructor private.
This constructor is only accessed by the class itself via JavaLangModuleAccess.
Making it private would express the intent of this class as being
non-subclassable.
Marking this class f