RFR: 8305457: Implement java.io.IO
Chen Liang
liach at openjdk.org
Tue May 7 01:28:59 UTC 2024
On Mon, 6 May 2024 21:45:12 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> Please review this PR which introduces the `java.io.IO` top-level class and three methods to `java.io.Console` for [Implicitly Declared Classes and Instance Main Methods (Third Preview)].
>
> This PR has been obtained as `git merge --squash` of a now obsolete [draft PR].
>
> [Implicitly Declared Classes and Instance Main Methods (Third Preview)]: https://bugs.openjdk.org/browse/JDK-8323335
> [draft PR]: https://github.com/openjdk/jdk/pull/18921
src/java.base/share/classes/java/io/IO.java line 41:
> 39: */
> 40: @PreviewFeature(feature = PreviewFeature.Feature.IMPLICIT_CLASSES)
> 41: public class IO {
Should this be final?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19112#discussion_r1591707684
More information about the core-libs-dev
mailing list