From: chiba Date: Wed, 2 Mar 2005 03:42:10 +0000 (+0000) Subject: fixed a bug of CtBehavior.insertAt (and a few other minor fixes) X-Git-Tag: rel_3_17_1_ga~458 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=13ecd1542cc38d7a4699006ad9d7471fa224be0b;p=javassist.git fixed a bug of CtBehavior.insertAt (and a few other minor fixes) git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@162 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- diff --git a/Readme.html b/Readme.html index a707843a..913f8f84 100644 --- a/Readme.html +++ b/Readme.html @@ -255,6 +255,11 @@ see javassist.Dump.

Changes

+

- version 3.1 + +

+

- version 3.0 in January 18, 2005

@@ -190,12 +191,27 @@ constructed from the Bytecode object. To recompute the maximum stack depth of a method body, call computeMaxStack() in CodeAttribute. +


+ + +

5.5 Annotations (Meta tags)

+ +

Annotations are stored in a class file +as runtime invisible (or visible) annotations attribute. +These attributes can be obtained from ClassFile, +MethodInfo, or FieldInfo objects. +Call getAttribute(AnnotationsAttribute.invisibleTag) +on those objects. For more details, see the javadoc manual +of javassist.bytecode.AnnotationsAttribute class +and the javassist.bytecode.annotation package. + +


Previous page


Java(TM) is a trademark of Sun Microsystems, Inc.
-Copyright (C) 2000-2004 by Shigeru Chiba, All rights reserved. +Copyright (C) 2000-2005 by Shigeru Chiba, All rights reserved.