org.cruxframework.crux.core.server.rest.annotation
Annotation Type RestService.JsonPSupport


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public static @interface RestService.JsonPSupport

Annotation used to inform that a given rest service class must support JsonP requests.

Author:
Thiago da Rosa de Bustamante

Optional Element Summary
 String callbackParam
           
 

callbackParam

public abstract String callbackParam
Default:
"callback"


Copyright © 2015. All rights reserved.