https://github.com/afinlay5/java10var
Java source code example demonstrating Local variable Type Inference (var), posted on personal blog (http://bit.ly/VarJava).
https://github.com/afinlay5/java10var
gradle java java10 typeinference var
Last synced: 6 months ago
JSON representation
Java source code example demonstrating Local variable Type Inference (var), posted on personal blog (http://bit.ly/VarJava).
- Host: GitHub
- URL: https://github.com/afinlay5/java10var
- Owner: afinlay5
- License: mit
- Created: 2018-05-01T03:31:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T03:55:18.000Z (over 7 years ago)
- Last Synced: 2025-06-04T12:17:40.998Z (7 months ago)
- Topics: gradle, java, java10, typeinference, var
- Language: Java
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# New Java 10 Language Feature: Local-Variable Type Inference (var)!
Java source code example demonstrating Local variable Type Inference (var), posted on personal blog (http://bit.ly/VarJava).
Built and tested with the Azul System's Zulu JDK on Fedora Linux, SUSE Linux.

# Platform
- Any supporting a JVM for Java SE 10+.
# Requirements
- Java 10 or greater
# Known Problems
- None (04/30/2018).
# Execution Screenshot
