@Target(value=METHOD) @Retention(value=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.