]> source.dussan.org Git - aspectj.git/commitdiff
Declare annotation: new kind of type munger created.
authoraclement <aclement>
Thu, 10 Mar 2005 17:45:22 +0000 (17:45 +0000)
committeraclement <aclement>
Thu, 10 Mar 2005 17:45:22 +0000 (17:45 +0000)
weaver/src/org/aspectj/weaver/ResolvedTypeMunger.java

index 17c87c9d35bf3f8fa0aac5c22d1a95afeeef60aa..d6192a70bfdb4708959ac2af348ddb9cfd72e740 100644 (file)
@@ -225,6 +225,8 @@ public abstract class ResolvedTypeMunger {
        
        public static final Kind Parent = new Kind("Parent", 6);
        public static final Kind PerTypeWithinInterface = new Kind("PerTypeWithinInterface",7); // PTWIMPL not serialized, used during concretization of aspects
+       
+       public static final Kind AnnotationOnType = new Kind("AnnotationOnType",8); // not serialized
 
        public static final String SUPER_DISPATCH_NAME = "superDispatch";