https://github.com/afinlay5/java9lang
Gradle source code repository for Java 9 source code examples posted on personal blog (http://bit.ly/Java9Lang).
https://github.com/afinlay5/java9lang
java java9 language
Last synced: 10 months ago
JSON representation
Gradle source code repository for Java 9 source code examples posted on personal blog (http://bit.ly/Java9Lang).
- Host: GitHub
- URL: https://github.com/afinlay5/java9lang
- Owner: afinlay5
- License: mit
- Created: 2018-04-27T02:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T23:39:59.000Z (over 7 years ago)
- Last Synced: 2025-01-13T12:48:32.020Z (12 months ago)
- Topics: java, java9, language
- Language: Java
- Homepage: http://www.adriandavid.me/blog/02/new-language-features-in-java-9.xhtml
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Constructor References in Java (& Method References too)
Gradle source code repository for the examples from my blog post, ttp://bit.ly/JavaMethRef.
Built and tested on SUSE Linux.

# Platform
- Any supporting a JVM for Java SE 8+.
# Requirements
- Gradle 4.7
- Java 8 or greater
# Gradle Tasks
- ./gradlew build - Build Application
- ./gradlew run - Runs the main file in the console, which calls the main method of all of the code samples in one file.
# Known Problems
- None (04/27/2018).
# Execution Screenshot
