feature.scala icon indicating copy to clipboard operation
feature.scala copied to clipboard

Support `@transient lazy val`

Open Atry opened this issue 8 years ago • 0 comments

trait MyPlugin {
  type T

  @inject(isTransient = true, isLazy = true)
  val xxx: T <:< Seq[Int]
}

Atry avatar May 22 '17 03:05 Atry