Would `constructor` annotation use-site target mak...
# announcements
m
Would
constructor
annotation use-site target make sense? So instead
Copy code
class Example @Inject constructor(<params>)
we could write
Copy code
@constructor:Inject 
class Example(<params>)