FileDocCategorySizeDatePackage
Override.javaAPI DocAndroid 1.5 API1115Wed May 06 22:41:04 BST 2009java.lang

Override

public class Override
Annotation type used to mark methods that override a method declaration in a superclass. Compilers produce an error if a method annotated with @Override does not actually override a method in a superclass.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary