Package : reflectasm

Package details

Summary: High performance Java library that provides reflection by using code generation

Description:
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 byte-code rather than Java's reflection, so it
is much faster. It can also access primitive fields
via byte-code to avoid boxing.


URL: https://github.com/EsotericSoftware/reflectasm
License: BSD

Maintainer: neoclust

List of RPMs