Interface DevModeListener


  • public interface DevModeListener
    SPI that can be used by extensions that need to run code in various phases of dev mode
    • Method Detail

      • beforeShutdown

        void beforeShutdown()
      • order

        default int order()
        Determines the order with which the listeners are executed. Classes with a lower order are executed first during start (the order is reverse for shutdown)