Interface LifecycleCallbackInvoker<T>

    • Method Detail

      • postConstruct

        void postConstruct​(T instance,
                           Instantiator<T> instantiator)
      • preDestroy

        void preDestroy​(T instance,
                        Instantiator<T> instantiator)
      • hasPreDestroyMethods

        boolean hasPreDestroyMethods()
      • hasPostConstructMethods

        boolean hasPostConstructMethods()
      • hasPostConstructCallback

        default boolean hasPostConstructCallback()