[jboss-cvs] javassist SVN: r543 - trunk/tutorial.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat May 8 12:37:26 EDT 2010
Author: chiba
Date: 2010-05-08 12:37:26 -0400 (Sat, 08 May 2010)
New Revision: 543
Modified:
trunk/tutorial/tutorial3.html
Log:
added the description on ClassFileWriter.
Modified: trunk/tutorial/tutorial3.html
===================================================================
--- trunk/tutorial/tutorial3.html 2010-05-08 16:15:56 UTC (rev 542)
+++ trunk/tutorial/tutorial3.html 2010-05-08 16:37:26 UTC (rev 543)
@@ -38,6 +38,13 @@
while this level of API allows you any kind of modification
of class files.
+<p>
+If you want to just produce a simple class file,
+<code>javassist.bytecode.ClassFileWriter</code> might provide
+the best API for you. It is much faster than
+<code>javassist.bytecode.ClassFile</code> although its API
+is minimum.
+
<a name="classfile">
<h3>5.1 Obtaining a <code>ClassFile</code> object</h3>
More information about the jboss-cvs-commits
mailing list