«
^
»
10.3 The use of java.lang.Override
The APIs of Java 5 provide seven annotation types.
There are three in
java.lang
:
Deprecated
,
Override
and
SuppressWarnings
.
And four in
java.lang.annotation
:
Documented
,
Inherited
,
Retention
and
Target
.
I just want to look at one of these:
java.lang.Override
.