jakartaee / interceptors

Jakarta Interceptors
https://eclipse.org/ee4j/interceptors
Other
11 stars 24 forks source link

Repeating annotations in conjunction with interceptor bindings #81

Open manovotn opened 3 years ago

manovotn commented 3 years ago

The question in $title came up recently and I failed to find any solid mention in interceptors specificatio and javadoc that would be either for or against the usage of repeating annotations as interceptor bindings.

I know that, for instance, Weld (CDI impl) allows you to do that. However, this doesn't seem to be backed by any specification. I'd be nice to have it written somewhere. WDYT?