jakartaee/data

[Bug]: @Inherited and repository interceptors

gavinking opened this issue · 1 comments

Specification Version

1.0.0-M3

Bug report

So I messed up here. The irony is that I myself designed interceptor bindings back in 2008 as part of JAR-299, before that stuff was split into a separate spec, and so I thought I understood how they worked without checking.

Somehow , in the intervening 16 years, I managed to forget that @Inherited is not defined to imply inheritance from interfaces.

Therefore, what's currently written in section 7.2 is wrong and needs fixing.

Additional information

No response

Fixed by #596.