good example of Javadoc

Jason S picture Jason S · Jul 3, 2009 · Viewed 315.3k times · Source

is there a good example of a source file containing Javadoc?

I can find lots of good examples of Javadoc on the internet, I would just like to find out the particular syntax used to create them, and assume I can pore through the source of some library somewhere but that seems like a lot of work.

Answer

GaryF picture GaryF · Jul 3, 2009

How about the JDK source code, but accessed through a 3rd party like docjar? For example, the Collections source.

That way, there's no big download.