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.
Author:
Jerome Dochez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The component has been injected with any dependency and will be placed into commission by the subsystem.
  • Method Details

    • 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.