Package reflectasm: Information

    Source package: reflectasm
    Version: 1.11.0-alt3_8jpp11
    Build time:  Oct 24, 2023, 03:26 PM
    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.

    List of rpms provided by this srpm:
    reflectasm (noarch)
    reflectasm-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. maven-local
      2. /proc
      3. /proc
      4. mvn(junit:junit)
      5. mvn(org.apache.felix:maven-bundle-plugin)
      6. mvn(org.ow2.asm:asm)
      7. mvn(org.sonatype.oss:oss-parent:pom:)
      8. rpm-build-java
      9. jpackage-default

    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