Exemple #1
0
 protected void annotateClass(Class cl) throws IOException {
   super.annotateClass(cl);
   if (verbose) {
     ObjectStreamClass desc = ObjectStreamClass.lookup(cl);
     System.out.println("******************");
     System.out.println("annotateClass(" + cl.getName() + ")");
     System.out.println("******************");
     SerialBox.print(desc);
   }
 }