Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37815109
en ru br
ALT Linux repos
S:3.28.0-alt1_2jpp11
5.0: 3.8.0-alt1_2jpp5
4.1: 3.5-alt1_0.cr1.2jpp1.7
4.0: 3.5-alt1_0.cr1.2jpp1.7
3.0: 3.0-alt1

Other repositories
Upstream:3.7.GA

Group :: Development/Java
RPM: javassist

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.5-alt1_0.cr1.2jpp1.7
Build date: 8 june 2007, 12:06 ( 882.6 weeks ago )
Size: 325.58 Kb

Home page:   http://www.csg.is.titech.ac.jp/~chiba/javassist…

License: MPL and LGPL
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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • javassist
  • javassist-demo
  • javassist-javadoc
  • javassist-manual
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin