Is there a way for getting the values of an aspect instance from another aspect?
I don't know how to do it without using static modifier in the attribute
To fix it I think that I'd have to intercept aspect instantiation and get the attribute.....
the aspect below contains the attribute ro be read (selectionListener).
public abstract aspect AbstractListener pertarget( getListener(SelectionListener)) {