Suppose you want write a jaxb class in groovy. Why? Because you do not have to write these all getters, setters and other methods. You Read more
Author: Dominik Przybysz
All field constructor in Groovy
TupleConstructor annotation in Groovy generate constructors for class with each of its properties (eventually also fields). The class below
@TupleConstructor(includeFields = true) class Person {Read more
Git aliases for better Gerrit usage
All you need is docker (and fig)
Introduction
Suppose you want to run scala repl or groovy shell or any other repl-like executable. You should download executable, unpack it, set PATH environmnt
Read more