]> source.dussan.org Git - javassist.git/commitdiff
changed javadoc for JASSIST-123
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 5 Oct 2010 10:37:21 +0000 (10:37 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 5 Oct 2010 10:37:21 +0000 (10:37 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@578 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/ClassPool.java

index 78c90c4e6569d563d3632589314e76d4ce402beb..b75bfb6163dc1f80ca000fd4bb3f1481af7e7ed5 100644 (file)
@@ -286,6 +286,9 @@ public class ClassPool {
      * Don't record the <code>java.lang</code> package, which has
      * been implicitly recorded by default.
      *
+     * <p>Since version 3.14, <code>packageName</code> can be a
+     * fully-qualified class name.
+     *
      * <p>Note that <code>get()</code> in <code>ClassPool</code> does
      * not search the recorded package.  Only the compiler searches it.
      *