java.lang.Object
net.odoframework.container.ModuleBuilder
net.odoframework.service.ServiceModule
- All Implemented Interfaces:
BiFunction<Container,Properties,Container>,Module
public class ServiceModule extends ModuleBuilder
-
Constructor Summary
Constructors Constructor Description ServiceModule() -
Method Summary
Modifier and Type Method Description voidbuild()Methods inherited from class net.odoframework.container.ModuleBuilder
addStartupBean, addStartupBean, afterContainerPopulated, apply, beforeContainerPopulated, getContainer, getStartupBeans, provides, provides, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface net.odoframework.container.Module
getPrecedence
-
Constructor Details
-
ServiceModule
public ServiceModule()
-
-
Method Details
-
build
public void build()- Specified by:
buildin classModuleBuilder
-