Hi Simone, thanks a Lot.
Regards Roger Am 26.05.2010 um 15:24 schrieb Simone Gianni <[email protected]>: > Hi Roger, > yes, you can do it, but you have to specify to which class you are attaching > them : > > public aspect MyTestBeanSupport { > > public void MyTest.setData1(String data) { > this.data1 = data1; > } > > public Strng MyTest.getData1() { > return data1; > } > > } > > Simone > > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
