Re: [aspectj-users] add instance members to a class

2024-03-29 Thread Alexander Kriegisch via aspectj-users
gt; Sent: Friday, March 29, 2024 10:47 AM > To: aspectj-users@eclipse.org > Cc: Steve White > Subject: [aspectj-users] add instance members to a class > > Hi, > > I'm just learning about AspectJ. I haven't been able to determine if I can > apply it to my probl

Re: [aspectj-users] add instance members to a class

2024-03-29 Thread n614cd--- via aspectj-users
ia aspectj-users Sent: Friday, March 29, 2024 10:47 AM To: aspectj-users@eclipse.org Cc: Steve White Subject: [aspectj-users] add instance members to a class Hi, I'm just learning about AspectJ. I haven't been able to determine if I can apply it to my problem. The problem is to ad

Re: [aspectj-users] add instance members to a class

2024-03-29 Thread Alexander Kriegisch via aspectj-users
Hi Steve. I think we know each other from GitHub issue #299. Welcome to the mailing list channel, too. First, a few links for you: How to declare an interface and its implementation including fields and accessor methods by means of inter-type declarations (ITD) in native AspectJ syntax: https:/

[aspectj-users] add instance members to a class

2024-03-29 Thread Steve White via aspectj-users
Hi, I'm just learning about AspectJ. I haven't been able to determine if I can apply it to my problem. The problem is to add an instance member, together with getters/setters, to certain existing classes. This seems to be an example of a crosscutting concern. So far, I have managed with Aspect