An implementation of trampolining allowing for tail recursion in java w/out fear of stack overflows
To build, just clone repository and if using maven, run >mvn package which will produce trampoline-1.0.jar which can be included in your project.
See the TailCall
javadoc for sample usage, and/or the tests