Fedora Packages

javassist

Java Programming Assistant for Java bytecode manipulation

Javassist 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.

Releases Overview

Release Stable Testing
Fedora Rawhide 3.30.2-4.fc41 -
Fedora 40 3.30.2-4.fc40 3.30.2-4.fc40
Fedora 39 3.29.2-3.fc39 -
Fedora 38 3.29.2-2.fc38 -
File a new bug report »
Package Info
  • Upstream: https://www.javassist.org/
  • License(s): MPL-1.1 OR LGPL-2.1-or-later OR Apache-2.0
  • Maintainers: zmiklank, mizdebsk, sergiomb

Related Packages

You can contact the maintainers of this package via email at javassist dash maintainers at fedoraproject dot org.



Sources on Pagure