Package javassist: Information

    Source package: javassist
    Version: 3.9.0-alt1_3jpp6
    Build time:  Feb 3, 2011, 12:52 AM
    Category: Development/Java
    Report package bug
    License: MPLv1.1/LGPLv2.1
    Summary: Java Programming Assistant: bytecode manipulation
    Description: 
    Javassist (Java Programming Assistant) makes Java bytecode manipulation
    simple. It is a class library for editing bytecodes in Java; it enables Java
    programs to define a new class at runtime and to modify a class file when the
    JVM loads it. Unlike other similar bytecode editors, Javassist provides two
    levels of API: source level and bytecode level. If the users use the
    source-level API, they can edit a class file without knowledge of the
    specifications of the Java bytecode. The whole API is designed with only the
    vocabulary of the Java language. You can even specify inserted bytecode in the
    form of source text; Javassist compiles it on the fly. On the other hand, the
    bytecode-level API allows the users to directly edit a class file as other
    editors.

    List of rpms provided by this srpm:
    javassist (noarch)
    javassist-demo (noarch)
    javassist-javadoc (noarch)
    javassist-manual (noarch)
    javassist-repolib (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Vladimir Lettiev

      1. /proc
      2. ant >= 0:1.6
      3. jpackage-compat
      4. jpackage-utils >= 0:1.7.5

    Last changed


    Feb. 2, 2011 Igor Vlasenko 0:3.9.0-alt1_3jpp6
    - new versuin
    Jan. 5, 2009 Igor Vlasenko 0:3.8.0-alt1_2jpp5
    - fixed docdir ownership
    Sept. 6, 2008 Igor Vlasenko 0:3.8.0-alt1_1jpp5
    - converted from JPackage by jppimport script