ScopedClassPoolRepositoryImpl.java | 24 import javassist.ClassPool; 41 /** Whether to prune when added to the classpool's cache */ 49 protected ClassPool classpool; field in class:ScopedClassPoolRepositoryImpl 67 classpool = ClassPool.getDefault(); 70 classpool.insertClassPath(new LoaderClassPath(cl)); 92 * Create a scoped classpool. 95 * @param src the original classpool. 96 * @return the classpool [all...] |