How to Install libparanamer-java in Ubuntu 18.04



Install libparanamer-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libparanamer-java

Description:

Java library to access method parameter names at runtime

Paranamer is a library that allows the parameter names of non-private methods and constructors to be accessed at runtime. Normally this information is dropped by the compiler. With the advent of advanced scripting languages and web action frameworks for the Java Virtual Machine it is of increasing importance to be able to leverage a method's parameter names. Scripting languages like Groovy & JRuby, web action frameworks like Waffle and VRaptor and the compelling Grails as well as SOAP and REST designs could also benefit.

Homepage: https://github.com/paul-hammant/paranamer

Version: 2.8-4

Section: universe/java