Package reflectasm: Information

    Source package: reflectasm
    Version: 1.11.0-alt2_8jpp11
    Build time:  Jun 4, 2021, 12:01 PM in the task #273572
    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. /proc
      2. /proc
      3. maven-local
      4. rpm-build-java
      5. mvn(junit:junit)
      6. mvn(org.apache.felix:maven-bundle-plugin)
      7. mvn(org.ow2.asm:asm)
      8. mvn(org.sonatype.oss:oss-parent:pom:)
      9. jpackage-11-compat

    Last changed


    June 4, 2021 Igor Vlasenko 1.11.0-alt2_8jpp11
    - fixed build
    May 26, 2019 Igor Vlasenko 1.11.0-alt1_8jpp8
    - new version
    April 19, 2018 Igor Vlasenko 1.11.0-alt1_6jpp8
    - java update