aspose file tools
The moose likes Beginning Java and the fly likes Deprecation doubt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Deprecation doubt" Watch "Deprecation doubt" New topic
Author

Deprecation doubt

N Naveen
Greenhorn

Joined: Sep 04, 2003
Posts: 27
Hi ,
I happened to read the specific article which you had poiunted out to eric lidell.I had a similar doubt in deprecation.Does the java compiler parse the javadoc comments tags also.
To deprecate a method ,in its corresponding javadoc comment we have to include @deprecated .
So this means the javac compiler has to parse the javadoc comments also.
What other tags does it compile ?
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

Hope this helps!
http://forum.java.sun.com/thread.jsp?forum=31&thread=435242
Read about javadoc here
http://java.sun.com/j2se/1.4.1/docs/tooldocs/windows/javadoc.html
[ September 05, 2003: Message edited by: Pradeep Bhat ]

Groovy
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Deprecation doubt
 
Similar Threads
initialization doubt
doubt
Deprecation
the bug parade
doubt in instanceof