From 13ecd1542cc38d7a4699006ad9d7471fa224be0b Mon Sep 17 00:00:00 2001 From: chiba Date: Wed, 2 Mar 2005 03:42:10 +0000 Subject: [PATCH] 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 --- Readme.html | 7 ++++++- src/main/javassist/CtBehavior.java | 7 +++---- src/main/javassist/compiler/Javac.java | 19 +++++++++++++++++++ tutorial/tutorial.html | 4 +++- tutorial/tutorial2.html | 2 +- tutorial/tutorial3.html | 18 +++++++++++++++++- 6 files changed, 49 insertions(+), 8 deletions(-) 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. -- 2.39.5