Re: [android-developers] First Question ... be gentle

2011-11-06 Thread Francisco Dalla Rosa soares
Just to make it clear, that's an Annotation not a comment. Comments are ignored by the compiler, annotations are actually evaluated by the compiler in compile time and sometimes during runtime too. http://download.oracle.com/javase/tutorial/java/javaOO/annotations.html from the documentation:

Re: [android-developers] First Question ... be gentle

2011-10-28 Thread Francisco Dalla Rosa soares
http://lmgtfy.com/?q=java+override I can't of nicer way to do this :) 2011/10/28 JBlaza jbl...@gmail.com I have looked on several other forums. i am new to the java programming community, and i am looking for a clear understanding of the @overide annotation, and what it does, or signifies.

Re: [android-developers] First Question ... be gentle

2011-10-28 Thread John Davis
2011/10/28 Francisco Dalla Rosa soares soa...@argo.bz: http://lmgtfy.com/?q=java+override I can't of nicer way to do this :) 2011/10/28 JBlaza jbl...@gmail.com I have looked on several other forums. i am new to the java programming community, and i am looking for a clear understanding of

[android-developers] First Question ... be gentle

2011-10-27 Thread JBlaza
I have looked on several other forums. i am new to the java programming community, and i am looking for a clear understanding of the @overide annotation, and what it does, or signifies. -- You received this message because you are subscribed to the Google Groups Android Developers group. To