[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] Visualizer
|
- From: Cyrill Rüttimann <ruettimac@xxxxxxx>
- Date: Tue, 22 Feb 2005 16:55:48 +0100
- Delivered-to: aspectj-users@eclipse.org
- User-agent: KMail/1.7.1
Hi,
I have a library (generated from apache's xbeans) which reflects my business
model. Unfortunately, the model is not observable and all string attributes
are initalized with null.
Am I right, that I should see in the outline where a pointcut advices a
particular method in the generated library? Right now, I only see the advices
in the outline in my handwritten code in the same project - not in the
library generated by xbeans.
Regards,
Cyrill