aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/src
diff options
context:
space:
mode:
authoraclement <aclement>2006-03-08 11:32:02 +0000
committeraclement <aclement>2006-03-08 11:32:02 +0000
commitd301774057be45bee9e4be7bfd52927b04a313ab (patch)
treee815f9a37662cbaf3125a3729098b99aa88dba96 /weaver/src
parent103733b9c277f980d30db27710ea359974e45c81 (diff)
downloadaspectj-d301774057be45bee9e4be7bfd52927b04a313ab.tar.gz
aspectj-d301774057be45bee9e4be7bfd52927b04a313ab.zip
minor - comment.
Diffstat (limited to 'weaver/src')
-rw-r--r--weaver/src/org/aspectj/weaver/bcel/BcelAttributes.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/weaver/src/org/aspectj/weaver/bcel/BcelAttributes.java b/weaver/src/org/aspectj/weaver/bcel/BcelAttributes.java
index 61cd8057b..817872fab 100644
--- a/weaver/src/org/aspectj/weaver/bcel/BcelAttributes.java
+++ b/weaver/src/org/aspectj/weaver/bcel/BcelAttributes.java
@@ -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