Hi All,

I have an intertype declaration like this:

private Integer MyClass.id;

but, when it was compiled/weaved, this attribute receive the name:
ajc$interField$mypack_mysubpack_MyAspect$id.
I want MyClass receive an id attribute and not a ajc$...$id attribute.
How to do it?

Thanks!

PS: Sorry for my poor English. It isn't my native language :).
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to