added play-framework project (#678)

* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article
This commit is contained in:
Egima profile
2016-09-13 18:52:27 +03:00
committed by Grzegorz Piwowarek
parent 334e1b3f83
commit 0835118e85
32 changed files with 1771 additions and 0 deletions
@@ -0,0 +1,3 @@
if (window.console) {
console.log("Welcome to your Play application's JavaScript!");
}