Interface BeanPostConstructListener

    • Method Detail

      • isRegisterFor

        boolean isRegisterFor​(Class<?> cls)
        Return true if this BeanPostConstructListener instance should be registered for post construct on this entity type.
      • autowire

        void autowire​(Object bean)
        Called immediately after construction. Perform DI here.
      • postConstruct

        void postConstruct​(Object bean)
        Called after every @PostConstruct annotated method of the bean is executed