Liferay 6.2-ce-ga5

com.liferay.portal.kernel.jsonwebservice
Annotation Type JSONWebService


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface JSONWebService


Optional Element Summary
 String method
           
 JSONWebServiceMode mode
           
 String value
           
 

method

public abstract String method
Default:
""

mode

public abstract JSONWebServiceMode mode
Default:
com.liferay.portal.kernel.jsonwebservice.JSONWebServiceMode.AUTO

value

public abstract String value
Default:
""

Liferay 6.2-ce-ga5