Interface ServiceDefAccumulator
- 
- All Known Implementing Classes:
 DefaultModuleDefImpl
public interface ServiceDefAccumulator
Simple interface used when invoking a bind() method on a module class.- See Also:
 ServiceBinderImpl
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddServiceDef(ServiceDef serviceDef) 
 - 
 
- 
- 
Method Detail
- 
addServiceDef
void addServiceDef(ServiceDef serviceDef)
 
 - 
 
 -