Browse Source

Needed for SuppressAjWarnings support

tags/V1_5_0M2
aclement 19 years ago
parent
commit
59bee73c83
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      weaver/src/org/aspectj/weaver/bcel/BcelMethod.java

+ 3
- 0
weaver/src/org/aspectj/weaver/bcel/BcelMethod.java View File

@@ -165,6 +165,9 @@ final class BcelMethod extends ResolvedMember {
return false;
}
public Annotation[] getAnnotations() {
return method.getAnnotations();
}
public ResolvedTypeX[] getAnnotationTypes() {
if (resolvedAnnotations == null) {

Loading…
Cancel
Save