feature.scala
feature.scala copied to clipboard
Support `@transient lazy val`
trait MyPlugin {
type T
@inject(isTransient = true, isLazy = true)
val xxx: T <:< Seq[Int]
}