Class CompactSourceFilesNotes
java.lang.Object
net.jrodolfo.java_evolution.java25.CompactSourceFilesNotes
Explains compact source files and instance main methods, finalized in Java 25.
Tiny Java programs traditionally required a class declaration and static
main method. Compact source files and instance main methods reduce
that startup ceremony for learning, scripts, and small utilities.
This repository documents the feature as notes because compact source files belong naturally to source-launcher examples rather than the Spring Boot source tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExplains why this project does not include compact source files directly.purpose()Explains the feature goal.
-
Constructor Details
-
CompactSourceFilesNotes
public CompactSourceFilesNotes()
-
-
Method Details
-
purpose
-
projectDecision
Explains why this project does not include compact source files directly.- Returns:
- the project decision
-