``` scala trait MyPlugin { type T @inject(isTransient = true, isLazy = true) val xxx: T <:< Seq[Int] } ```