Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 847 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 847 Bytes

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

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