Interface PostConstruct


  • public interface PostConstruct
    Classes implementing this interface register an interest in being notified when the instance has been created and the component is about to be place into commission.
    • Method Detail

      • postConstruct

        void postConstruct()
        The component has been injected with any dependency and will be placed into commission by the subsystem. Hk2 will catch all unchecked exceptions, and cause the backing inhabitant to be released.