https://github.com/afinlay5/unknownjavaft
Gradle source code repository for the Java 8 examples on personal blog (http://bit.ly/JavaTypeAnnot).
https://github.com/afinlay5/unknownjavaft
annotated-reciever annotations java java8 python typeannotations
Last synced: about 1 year ago
JSON representation
Gradle source code repository for the Java 8 examples on personal blog (http://bit.ly/JavaTypeAnnot).
- Host: GitHub
- URL: https://github.com/afinlay5/unknownjavaft
- Owner: afinlay5
- License: mit
- Created: 2018-04-27T16:42:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T04:57:40.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T12:48:32.039Z (about 1 year ago)
- Topics: annotated-reciever, annotations, java, java8, python, typeannotations
- Language: Java
- Homepage: http://www.adriandavid.me/blog/09/the-java-8-feature-you-might-have-missed.xhtml
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Java Feature You Never Knew About
Gradle source code repository for the examples from my blog post, http://bit.ly/JavaTypeAnnot.
Built and tested on SUSE Linux.

# Platform
- Any supporting a JVM for Java SE 8+.
- Any Support a Python Interpreter for Python 3.4+
# Requirements
- Gradle 4.7
- Java 8 or greater
- Python 3.4.6 (might work with earlier python version as well) available as "python3" from the command shell
# 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/28/2018).
# Execution Screenshot
