Javadoc is the standard format used to document java code ; it has however less features than doxygen. If you prefer this format for the documentation, this program's Javadoc, generated by Eclipse is also available here.
Among other thing, a javadoc allows Eclipse to show the documentation of a function inside the IDE when it is called in a .java code file.