]> source.dussan.org Git - aspectj.git/commitdiff
FIXME altered - now names culprit (me)
authoraclement <aclement>
Thu, 10 Mar 2005 17:32:27 +0000 (17:32 +0000)
committeraclement <aclement>
Thu, 10 Mar 2005 17:32:27 +0000 (17:32 +0000)
weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java

index e4040819e19dba295301759e7823f1515919fe6f..3d8ad311fdfac1e5dfa2b22fb234f930b259dbc6 100644 (file)
@@ -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++) {