How can I add Java documentation to a .JAR file so that when people are using my JAR file and type '.' Eclipse will display the documentation for the available API's (intellisense).
MORE INFO
I have java doc created but when I export the jar file it does not contain intellisense when used in other projects. This is what I am having trouble with.
UPDATE The intellisense only shows up if the export the source. However I want to hide the source code. How can I get around this?