[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] Re: Inherited annotations, interfaces and execution() join points

Ops, 
thank you Adrian: I will keep my eyes more open when I read docs :)

Regards
Mario

Adrian Colyer wrote:

> It's a feature(?) of annotations in Java 5 that annotations on
> interfaces are never inherited by implementing types, even if those
> annotations are @Inheritable.
> 
> There's a brief discussion on this at
>
http://www.eclipse.org/aspectj/doc/next/adk15notebook/annotations.html#annotation-inheritance
> 
> Regards, Adrian.