[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] ITD declared twice
|
- From: Martin GÃrg <nimoth@xxxxxxxxxxxxxxx>
- Date: Mon, 30 Jun 2008 12:42:17 +0800
- Delivered-to: aspectj-users@eclipse.org
Dehua Zhang wrote:
> AFAICR, you can not declare "protected" ITD, and "default" means
> package visible in the package declaring the aspect instead of the ITD target class.
So that means, I can declare the same package protected ITD in two aspects, which lie
in two different packages. I just tested it and it works.
Thanks and Greetings
Martin