]> source.dussan.org Git - aspectj.git/commitdiff
pipeline changes: printable
authoraclement <aclement>
Tue, 25 Jul 2006 15:24:42 +0000 (15:24 +0000)
committeraclement <aclement>
Tue, 25 Jul 2006 15:24:42 +0000 (15:24 +0000)
weaver/src/org/aspectj/weaver/AnnotationX.java

index f26f118e2eb27f4cdbec48811462bb83a9738e1b..66a5eaff0ad7d674445126c2317c47c8aaf9fce5 100644 (file)
@@ -201,4 +201,9 @@ public class AnnotationX {
        return theRealBcelAnnotation.isRuntimeVisible();
   }
 
+  public void print(StringBuffer sb) {
+         if (mode==MODE_BCEL) sb.append(theRealBcelAnnotation.toString());
+         else                 sb.append(theRealASMAnnotation.stringify());
+  }
+
 }
\ No newline at end of file