Troubleshooting & How-Tos 馃摗 馃攳 Programming

Java: Annotate Your Overrides

This afternoon鈥檚 Java lesson: Always use the @Override annotation when you鈥檙e overriding a method, so the compiler will tell you that you made a typo in one of the parameter types instead of just cheerfully creating a method on the subclass that never gets called.