]> source.dussan.org Git - aspectj.git/commitdiff
minor - comment.
authoraclement <aclement>
Wed, 8 Mar 2006 11:32:02 +0000 (11:32 +0000)
committeraclement <aclement>
Wed, 8 Mar 2006 11:32:02 +0000 (11:32 +0000)
weaver/src/org/aspectj/weaver/bcel/BcelAttributes.java

index 61cd8057ba94c56a46d57639f1b6303f32b1f284..817872fab1fe81b8a372090d84080cf9b9af8bbb 100644 (file)
@@ -30,7 +30,12 @@ import org.aspectj.weaver.AjAttribute.WeaverVersionInfo;
 // bcel to AjAttribute.
 class BcelAttributes {
 
-       public static List readAjAttributes(String classname,Attribute[] as, ISourceContext context,IMessageHandler msgHandler,AjAttribute.WeaverVersionInfo version) {
+       /**
+        * Process an array of Bcel attributes - looking for those with the name prefix org.aspectj.weaver.  The returned 
+        * list contains the AspectJ attributes identified and unpacked to 'AjAttribute' objects.
+        */
+       public static List readAjAttributes(String classname,Attribute[] as, ISourceContext context,
+                                                     IMessageHandler msgHandler,AjAttribute.WeaverVersionInfo version) {
                List l = new ArrayList();
                
                // first pass, look for version