]> source.dussan.org Git - javassist.git/commitdiff
clarified the description in the tutorial.
authorchibash <chiba@javassist.org>
Tue, 20 May 2014 08:33:50 +0000 (17:33 +0900)
committerchibash <chiba@javassist.org>
Tue, 20 May 2014 08:33:50 +0000 (17:33 +0900)
tutorial/tutorial2.html

index 445fc90b0fe389c21ed757f90621215691dae1a8..b3a61e7b926529d3fda4a58c7c5bf022f05dd5c8 100644 (file)
@@ -1572,6 +1572,9 @@ enclosed by braces <code>{</code> and <code>}</code>, are not
 available unless the array dimension is one.
 
 <p><li>Inner classes or anonymous classes are not supported.
+Note that this is a limitation of the compiler only.
+It cannot compile source code including an anonymous-class declaration. 
+Javassist can read and modify a class file of inner/anonymous class.
 
 <p><li>Labeled <code>continue</code> and <code>break</code> statements
 are not supported.