One applies to classes, the other to types :stuck_...
# announcements
k
One applies to classes, the other to types 😛
val a: @Foo Int = 5
t
But when I use it like that
var x: @TypeAnnotation Integer? = null
my annotation processor never gets called even though it works with class annotations