A basic principle of AOP is that the affected code is binary compatible with unaffected code; removing elements is not binary-compatible. There are more general program-manipulation approaches for that. (Changing annotation values might be a separate issue.)
Wes > ------------Original Message------------ > From: Eugene Kuleshov <[EMAIL PROTECTED]> > To: [email protected], "AspectJ developer discussions" <[EMAIL > PROTECTED]> > Date: Thu, Oct-19-2006 8:41 AM > Subject: [aspectj-dev] removing features from the instrumented classes > > Hi, > > I wonder if there are plans to implement some functionality in > AspectJ > that would allow to remove features from the instrumented code. For > instance, remove interfaces and methods that belong to those > interfaces, > remove annotations and/or change annotation values. > > regards, > Eugene > > > _______________________________________________ > aspectj-dev mailing list > [EMAIL PROTECTED] > https://dev.eclipse.org/mailman/listinfo/aspectj-dev > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
