예제 #1
0
 public void testGet() throws Exception {
   CtClass cc = sloader.get("char[]");
   CtClass cc2 = cc.getComponentType();
   System.out.println(cc2);
 }