mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-23 08:22:32 -04:00
This marks a method as overriding another method, and makes sure that it matches the signature of the method it is supposed to be overriding, otherwise it gives a warning. Its a bit verbose, but can catch mistakes and save time. And the default Android profile for Eclipse always adds them automatically...