Package gw.config
Interface ServiceKernelInit
-
- All Known Implementing Classes:
DefaultCommonsServiceKernelInit
public interface ServiceKernelInit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(ServiceKernel kernel)Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-
-
-
Method Detail
-
init
void init(ServiceKernel kernel)
Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-
-