The <javaParam> element represents the definition of the parameter.
Each parameter consists of a type that can be preceded by the final modifier and an identifier that can be followed by brackets that specifies the name of the parameter:
FormalParameter: |
apiDefNote, apiItemName, javaMethodArray, javaMethodClass, javaMethodInterface, javaMethodPrimitive
( (javaMethodClass or javaMethodInterface or javaMethodPrimitive) then (javaMethodArray) (any number) then (apiItemName) then (apiDefNote) (optional))