@FunctionalInterface public interface WebModule extends Module
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
loadModule(ApiBinder apiBinder) |
void |
loadModule(WebApiBinder apiBinder) |
default void loadModule(ApiBinder apiBinder) throws Throwable
loadModule 在接口中 ModuleThrowablevoid loadModule(WebApiBinder apiBinder) throws Throwable
Throwable