cz.eman.jsonrpc.shared
Annotation Type ParameterName


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface ParameterName

Annotation for naming parameters of your webservice. If you want to use key:value in parameters of json calls, you should name all your parameters of all public non-static methods in service.

Author:
Karel Hovorka

Required Element Summary
 java.lang.String value
          Name of the parameter.
 

Element Detail

value

public abstract java.lang.String value
Name of the parameter.

Returns: