Skip to content

Instantly share code, notes, and snippets.

@kpgalligan
Created October 12, 2014 23:06
Show Gist options
  • Save kpgalligan/9816f49fa71e0365cdc8 to your computer and use it in GitHub Desktop.
Save kpgalligan/9816f49fa71e0365cdc8 to your computer and use it in GitHub Desktop.
Item 36: Consistently use the Override annotation

See Item 36 in Effective Java. The summary, use @Override when extending methods. Will do some research to see if we can apply a compile check for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment