Package org.nuxeo.runtime.reload
Class DevReloadBridge
java.lang.Object
org.nuxeo.runtime.reload.DevReloadBridge
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 Summary
-
Method Summary
-
Constructor Details
-
DevReloadBridge
public DevReloadBridge()Keep this default constructor. The class is instantiated from ReloadServiceInvoker by reflection.
-
-
Method Details