-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[23] JEP 477: Implicitly Declared Classes and Instance Main Methods (Third Preview) #2474
Comments
I see two major changes since the last iteration: Probably in a first, there is a dependency between preview features. This one depends on #2383 |
This can be closed now. |
ref: https://openjdk.org/jeps/477
Summary
Evolve the Java programming language so that beginners can write their first programs without needing to understand language features designed for large programs. Far from using a separate dialect of the language, beginners can write streamlined declarations for single-class programs and then seamlessly expand their programs to use more advanced features as their skills grow. Experienced developers can likewise enjoy writing small programs succinctly, without the need for constructs intended for programming in the large. This is a preview language feature.
Latest Spec Changes : https://cr.openjdk.org/~gbierman/jep477/latest/
Predecessor: #1640
The text was updated successfully, but these errors were encountered: