@lppedd/di-wise-neo - v0.23.1
    Preparing search index...

    Function ResolutionScoped

    • Class decorator that registers the decorated type with the Resolution scope.

      Use this scope when you want one cached instance per resolution graph, so repeated resolutions within the same request reuse the same value.

      Example:

      @ResolutionScoped()
      class Wand {
      // ...
      }

      Type Parameters

      • This extends object

      Returns ClassDecorator<This>