The <javaReturn> element within the ResultType declaration provides the return value of the method.
A method declaration either specifies the type of the return value (for example, class, interface, primitive array) or uses the keyword void to indicate that the method does not have a return value.
MethodDeclaration: |
apiDefNote, javaMethodArray, javaMethodClass, javaMethodInterface, javaMethodPrimitive
( (javaMethodClass or javaMethodInterface or javaMethodPrimitive) then (javaMethodArray) (any number) then (apiDefNote) (optional))