How to Install libreflectasm-java in Ubuntu 18.04



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

sudo apt update
sudo apt install libreflectasm-java

Description:

library that provides reflection by using code generation

ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance. . The access class uses bytecode rather than Java's reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing.

Homepage: https://github.com/EsotericSoftware/reflectasm

Version: 1.05-4

Section: universe/java