diff options
-rw-r--r-- | weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java b/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java index e4040819e..3d8ad311f 100644 --- a/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java +++ b/weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java @@ -59,7 +59,7 @@ public class BindingAnnotationTypePattern extends ExactAnnotationTypePattern imp resolved = false; } else { // Get the retention policy annotation, and check the value is RetentionPolicy.RUNTIME; - // FIXME invention required, implement this ! + // FIXME asc invention required, implement this ! // if (!annotationType.hasRuntimeRetention()) { // ResolvedTypeX[] allAs = annotationType.getAnnotationTypes(); // for (int i = 0; i < allAs.length; i++) { |