Has it been considered to apply the export modifier to the package-info.java?

Peter Kriens peter.kriens at aqute.biz
Mon Sep 28 16:57:40 UTC 2015


The current proposal places the export in a module-info file. It would be much more convenient to place this as a modifier on the package-info.java.

	public package com.foo;

Since it seems inevitable that there is a tooling step this would require little effort and cause no runtime overhead.



More information about the jpms-spec-experts mailing list