Home > typeioc > IDecoratorResolution
Represents fluent cascading interface for services resolution
Signature:
export interface IDecoratorResolution 
| Method | Description | 
|---|---|
| args(value) | Sets arguments for service instantiation | 
| attempt() | Sets attempted resolution flag indicating non disruptive resolution behavior (no exception is thrown when no registration found) | 
| cache(name) | Sets cached resolution flag. When resolved, resolution will be stored in cache | 
| name(value) | Sets named resolution flag. Service will be resolved given the name provided | 
| resolve() | Finalizes service resolution specification |