On Thu, Feb 4, 2010 at 5:06 PM, Sven Linstaedt
<sven.linsta...@googlemail.com> wrote:
> Afaik @Inherited is only applied to annotation resolution if one uses the
> reflection API. I am not aware of this annotation also being checked for
> interceptor resolution.
>
> So as @Binding1 is @Inherited, both interceptors are applied to Child imho.
> If @Binding1 was not @Inherited, Child would not be intercepted.

Thanks Sven -- I think I'm following now.  IIUC, We should only
interrogate @Inherited when resolving inheritance of Scopes, where the
spec diverges from just the basic Annotation behavior for @Inherited.

-- 
Eric Covener
cove...@gmail.com

Reply via email to