Stone.js API
    Preparing search index...

    Represents a MetaService type.

    interface MetaService {
        alias: string | string[];
        isClass?: boolean;
        isFactory?: boolean;
        module: ServiceType;
        singleton?: boolean;
    }
    Index
    alias: string | string[]
    isClass?: boolean
    isFactory?: boolean
    module: ServiceType
    singleton?: boolean