JSF InjectionProvider supposed to inject dependencies to objects created by
JSF and invoke initialization.
By @PostConstruct annotation description, it should be invoked when all
injected field populated.
I created InjectionProvider for Spring framework and saw that #inject
method always called after #invokePostConstruct.
This behavior goes against @PostConstruct annotation requirements and
InjectionProvider javadoc.
--
_________________
entia non sunt multiplicanda praeter necessitatem,
(entities should not be multiplied beyond necessity.)