Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/master
/
.
/
docs
/
bugpattern
/
ExtendsObject.md
blob: 489882c3b7eac6b2a9c1b4a3e96d34b015f5bfce [
file
] [
view
] [
edit
]
`T extends Object`
is
redundant
;
both
`<T>`
and
`<T extends Object>`
compile to
identical
class
files
.—
unless
you are
using
the
Checker
Framework
.