This content has been marked as final.
Show 1 reply
-
1. Re: Question about the CDI declaration.
mbarkley Aug 3, 2017 11:07 AM (in response to ben.dol)Hi Ben,
Sorry for the delayed response. In theory that should work as scopes are @Inherited, but I don't think we have a test case for this so I'm not sure if it works as expected in Errai. That being said, all beans are @Dependent when no explicit scope exists so it might not be necessary for you to mark your abstract base class as dependent if you are not dynamically looking up its subtypes.