The <javaClassDetail> element provides detailed information about the structure and behaviors of the Java class.
In the <javaClassDetail> element, the <example> and <section> elements are provided to support the current specific Java API reference. A class body can contain declarations of the members of the class, such as fields, classes, interfaces, and methods. A class body can also contain instance initializers, static initializers, and declarations of the constructors for the class.
apiDesc, apiImpl, example, javaClassDef, section
( (javaClassDef) (optional) then (apiDesc) (optional) then (example or section or apiImpl) (any number))