Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Intertype declarations results in too long names

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 :).

Back to the top