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