Generic types are erased at runtime, so there's no...
# announcements
r
Generic types are erased at runtime, so there's no such thing as
Foo<Bar>
, just
Foo
.