public interface DefaultImplementationBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
buildDefaultImplementation(java.lang.Class interfaceType)
Builds a default implementation of the indicated interface, instantiates and returns it.
|
java.lang.Object buildDefaultImplementation(java.lang.Class interfaceType)
org.apache.hivemind.ApplicationRuntimeException
- if interfaceType is not an interface.