You can't express declaration-site variance in Jav...
# announcements
d
You can't express declaration-site variance in Java, you'd have to write
JThing<? extends A>
everywhere you use it.