`a.get(List.class,"a")` will return `java.lang.Obj...
# announcements
d
a.get(List.class,"a")
will return
java.lang.Object
not
java.util.List