| Author |
toString() method is not overridden when a reference to Annotation is output in println()
|
Abhay Saini
Greenhorn
Joined: Jun 15, 2011
Posts: 19
|
|
OUTPUT :
All anotations for Main are
@javaapplication20.MyAnno(str=Falcon, yu=5)
@javaapplication20.Wasp(hg=54.67)
All Annotations for meth() are
@javaapplication20.MyAnno(str=Raptor, yu=7)
@javaapplication20.Wasp(hg=90.56)
Is overriding done or not? In the example, the name of package is not outputted. The output is without @javaapplication20 in every line
I posted this at stackoverflow.com and will soon tell if i get an answer from there
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12926
|
|
|
Please Be Forthright When Cross Posting to other sites.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Abhay Saini
Greenhorn
Joined: Jun 15, 2011
Posts: 19
|
|
Hey, But I did mention it
Stackoverflow.com
I don''t understand, what else do we have to do?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Post a link to the topic in question, something Jesper has done this time. That allows us to look at the other sites as well.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Abhay Saini
Greenhorn
Joined: Jun 15, 2011
Posts: 19
|
|
Sorry ,
Will do it from next time
|
 |
 |
|
|
subject: toString() method is not overridden when a reference to Annotation is output in println()
|
|
|