Interface InitializingObject


public interface InitializingObject
Interface that indicate to provide an initialization method.
Since:
3.4.2
Author:
Kazuki Shimizu
  • Method Summary

    Modifier and Type Method Description
    void initialize()
    Initialize an instance.
  • Method Details

    • initialize

      void initialize() throws Exception
      Initialize an instance.

      This method will be invoked after it has set all properties.

      Throws:
      Exception - in the event of misconfiguration (such as failure to set an essential property) or if initialization fails