I would rather write `typeToken<Foo>()` than...
# announcements
k
I would rather write
typeToken<Foo>()
than
object : TypeToken<Foo>() {}
all over the place