[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] ITD declared twice
|
- From: Martin GÃrg <nimoth@xxxxxxxxxxxxxxx>
- Date: Sun, 29 Jun 2008 19:07:29 +0800
- Delivered-to: aspectj-users@eclipse.org
Hi,
I totally forgot that it is possible to declare the same ITD on a
type twice in differenct aspects, if the ITDs are private. That got
me suprised. My question is now: Are there any special rules about
protected or package protected ITDs, or do they follow the same rule
as public ITDs (they may be declared only once)?
TIA
Martin