-
Clarification
-
Resolution: Done
-
Major
-
None
-
None
-
None
9.3 "Binding an interceptor to a bean", following sentence doesn't make much sense IMHO:
The set of interceptor bindings for a method are those declared at class level includes those declared on stereotypes.
The Interceptors 1.2 spec, 3.3 "Binding an Interceptor to a Component", states:
The set of interceptor bindings for a method are those declared at class level combined with those declared at method level.
The CDI spec partially "overrides" the Interceptors spec (ommits bindings declared at method level). We should either "override" the whole sentence (and include bindings declared at method level) or reword the sentence in the CDI spec to only define stereotypes as other source of interceptor bindings. I am in favor the latter.