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 Detail

      • initialize

        void initialize()
                 throws java.lang.Exception
        Initialize an instance.

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

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