You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

params.json 2.1KB

1
  1. {"name":"Javassist","tagline":"Java bytecode engineering toolkit","body":"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.\r\n\r\n## Availability\r\n\r\n- Javassist version 3.19.0-GA is available (Jan. 6, 2015). \r\n\r\n This version is distributed under the triple license of the MPL, the LGPL, and the Apache License.\r\n Jar file, sources, samples, API manual, and tutorial (3.18.2-GA and later).\r\n The binary is also available from the central repo.\r\n\r\n- [Bug Tracking](https://jira.jboss.org/jira/browse/JASSIST)\r\n\r\n- [Online API manual](./html)\r\n\r\n- [Tutorial](./tutorial)\r\n\r\n Japanese translation of the tutorial for version 3.0 is [here](http://www.acroquest.co.jp/webworkshop/javassis/javassist01.html).\r\n\r\n- Old binaries, etc. (3.18.0-GA and earlier)\r\n\r\n Available from [sourceforge.net (zip)](https://sourceforge.net/projects/jboss/files/Javassist/).\r\n\r\n## Export control\r\n\r\nHere is the information you might need to export your commercial software including Javassist.\r\n\r\n- Country of origin: Japan\r\n\r\n- Is there US Content in there?: No\r\n\r\n- Is the software designed or modified to use cryptography: No\r\n\r\n## Acknowledgment\r\n\r\nThe development of Javassist was supported in part by the PRESTO and CREST programs of Japan Science and Technology Agency.\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}