]> source.dussan.org Git - aspectj.git/commitdiff
Fix for 404848
authorAndy Clement <andrew.clement@gmail.com>
Wed, 3 Apr 2013 21:38:56 +0000 (14:38 -0700)
committerAndy Clement <andrew.clement@gmail.com>
Wed, 3 Apr 2013 21:38:56 +0000 (14:38 -0700)
org.aspectj.matcher/src/org/aspectj/weaver/JoinPointSignature.java

index 39bbf4053cc4df2809cdf7809fe911f4aa145534..57171dd13f5f52eb979e3577bff334a9af845f93 100644 (file)
@@ -90,6 +90,10 @@ public class JoinPointSignature implements ResolvedMember {
        public void setAnnotationTypes(ResolvedType[] annotationtypes) {
                realMember.setAnnotationTypes(annotationtypes);
        }
+       
+       public void setAnnotations(AnnotationAJ[] annotations) {
+               realMember.setAnnotations(annotations);
+       }
 
        public void addAnnotation(AnnotationAJ annotation) {
                realMember.addAnnotation(annotation);