The <javaMethodDef> element provides the elements for the method or constructor declaration, the return value of the method or constructor, the definition of the parameters, and the exceptions thrown by the execution of the method.
MethodDeclaration: |
javaAbstractMethod, javaException, javaFinalMethod, javaMethodAccess, javaNativeMethod, javaParam, javaReturn, javaStaticMethod, javaSynchronizedMethod, javaVoid
( (javaFinalMethod) (optional) then (javaAbstractMethod) (optional) then (javaStaticMethod) (optional) then (javaNativeMethod) (optional) then (javaSynchronizedMethod) (optional) then (javaMethodAccess) (optional) then (javaReturn or javaVoid) then (javaParam) (any number) then (javaException) (any number))