Package reflectasm: Information

    Binary package: reflectasm
    Version: 1.11.0-alt3_8jpp11
    Architecture: noarch
    Build time:  Oct 24, 2023, 03:26 PM
    Source package: reflectasm
    Category: Development/Java
    Report package bug
    License: BSD
    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.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    Aug. 27, 2021 Igor Vlasenko 1.11.0-alt3_8jpp11
    - rebuild with jpackage-default
    June 4, 2021 Igor Vlasenko 1.11.0-alt2_8jpp11
    - fixed build
    May 26, 2019 Igor Vlasenko 1.11.0-alt1_8jpp8
    - new version