|
It is a validation bug after all. This part:
With the exception of AroundConstruct lifecycle callback interceptors, an interceptor for lifecycle callbacks may only declare interceptor binding types that are defined as Target(TYPE).
should cause Weld to complain but it it seems it does not.
|