From 24dc6650e0f53372e71ac5e9ea6300c2fb7bdbc6 Mon Sep 17 00:00:00 2001 From: chibash Date: Tue, 20 May 2014 17:33:50 +0900 Subject: [PATCH] clarified the description in the tutorial. --- tutorial/tutorial2.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html index 445fc90b..b3a61e7b 100644 --- a/tutorial/tutorial2.html +++ b/tutorial/tutorial2.html @@ -1572,6 +1572,9 @@ enclosed by braces { and }, are not available unless the array dimension is one.

  • 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.

  • Labeled continue and break statements are not supported. -- 2.39.5