In @Enhanced components, dependency injection happens in the constructor of the
subclass, which means that in the constructor of the annotated super class, no
component is injected yet.
So we would need an @AfterInject annotation, that would work like @AfterViews,
but be called after injection (and of course before @AfterViews).
Original issue reported on code.google.com by py.ricau on 3 Jan 2012 at 8:58
Original issue reported on code.google.com by
py.ricau
on 3 Jan 2012 at 8:58