Back
In a managed bean, @PostConstruct is called after the regular Java object constructor.
@PostConstruct
Why would I use @PostConstruct to initialize by bean, instead of the regular constructor itself?
31k questions
32.8k answers
501 comments
693 users