Studying Seam 3, I discovered that Seam Solder allows the @Named annotation to be applied to packages - in that case, all beans in this package will be automatically named, as if they were qualified with @Named themselves. I didn't see too much advantages on doing something like this (and you can point me some situations where it can be useful!) but it made me wonder: wouldn't it be reasonable to CDI (or Seam Solder) to allow arbitrary qualifiers to be applied to packages as well, maintaining the same semantics of this @Named qualifier? Is it a possible functionality in future versions of the CDI specification? Is there a reason for not allowing it?
| ||||
|
feedback
|
| |||||||
feedback
|