File
Doc
Category
Size
Date
Package
Override.java
API Doc
Android 1.5 API
1115
Wed May 06 22:41:04 BST 2009
java.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
Java Code Source