Interface BeanLifecycle


  • public interface BeanLifecycle
    Lifecycle of beans via @PostConstruct and @PreDestroy.
    • Method Detail

      • preDestroy

        void preDestroy()
        Fire on shutdown or close of the bean context.