}
protected final void assembleServer( ModuleAssembly module )
{
serverModule = serverModule != null ? serverModule : module;
ImportedServiceDeclaration server = serverModule.importedServices( Server.class ).
importedBy( InstanceImporter.class ).
setMetaInfo( new Server() ).
visibleIn( serverVisibility );
if( serverIdentity != null )
{
server.identifiedBy( serverIdentity );
}
}