Creator
com.softwaremill.macwire.internals.autowire.Creator
class Creator[Q <: Quotes](using val q: Q)(selectQualifier: q.reflect.Term, creatorSymbol: q.reflect.Symbol, reportError: ReportError[q.type])
A creator is either a constructor, or an apply method. The code they generate only differs in the selectQualifier: either a new
or a ref
.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article