diff options
Diffstat (limited to 'tutorial/tutorial.html')
-rw-r--r-- | tutorial/tutorial.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index 9e27fe28..4cbf6821 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -130,6 +130,8 @@ example, the data of method bodies. Thus, after a <code>CtClass</code> object is pruned, the bytecode of a method is not accessible although method names and signatures are accessible. +<p>(Note: the current version of Javassist turns pruning off by default.) + <p>To disallow pruning a <code>CtClass</code>, <code>stopPruning()</code> must be called in advance: @@ -1001,6 +1003,6 @@ binary code license.</i> <hr> Java(TM) is a trademark of Sun Microsystems, Inc.<br> -Copyright (C) 2000-2004 by Shigeru Chiba, All rights reserved. +Copyright (C) 2000-2005 by Shigeru Chiba, All rights reserved. </body> </html> |