Class DevReloadBridge


  • public class DevReloadBridge
    extends Object
    This class is used from DevFrameworkBootstrap class by reflection. It is instantiated by reflection too, so keep the default constructor.
    Since:
    9.3
    API Note:
    We need to keep common type for arguments and returned value.
    • Constructor Detail

      • DevReloadBridge

        public DevReloadBridge()
        Keep this default constructor. The class is instantiated from ReloadServiceInvoker by reflection.