Annotation Type Override
@Target(METHOD)
@Retention(SOURCE)
public @interface Override
An annotation to indicate that a method is intended to override a superclass method. This provides a compile-time assertion that a method actually overrides the superclass method.
Since
1.5