Annotation Type 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
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.