Interface InitializingObject


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

      • initialize

        void initialize()
                 throws java.lang.Exception
        Initialize a 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