An open API service indexing awesome lists of open source software.

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).

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.

![alt text](https://raw.githubusercontent.com/afinlay5/UnknownJavaFt/master/blog.png)

# 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
![alt text](https://raw.githubusercontent.com/afinlay5/UnknownJavaFt/master/gradle_run.png)