Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is it possible to switch off the manipulation on non-public field or method names?

I'm afraid it isn't possible to switch that off.


On 17/10/06, Rice Yeh <riceyeh@xxxxxxxxx> wrote:
Hi,
  When introducing a non-public field or method to a class, the name of the
introduced method or field is got manipulated. For example,
an introduced field oid is changed to
ajc$interFieldGet$xs_school_persistence_Hibernation$as_classification_Attribute$oid
after compilation . Is it possbile to switch off such name manipulation?

Rice

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users





Back to the top