Proving once again that you can solve any problem on your own by staring at it
hard enough...
On 28 Oct 2016, at 9:23 PM, Paul Hoadley wrote:
> Is this kind of inheritance hierarchy just not supported by WOInject?
Of course it’s supported.
> That is, does Application itself have to extend Inj
On 28 Oct 2016, at 9:23 PM, Paul Hoadley wrote:
> Is this kind of inheritance hierarchy just not supported by WOInject? That
> is, does Application itself have to extend InjectableApplication directly?
Anyone out there using WOInject? Bueller?
--
Paul Hoadley
http://logicsquad.net/
Hi Henrique (and any other WOInject fans),
I am taking WOInject for a test drive. I have what couldn’t be an uncommon
situation: an intermediate, framework-level WOApplication subclass that
provides numerous convenience features to the application. The inheritance
hierarchy looks like this:
Ap