org.apache.struts2.json.annotations
Annotation Type SMD


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SMD


Required Element Summary
 String objectName
           
 
Optional Element Summary
 String serviceType
           
 String version
           
 

Element Detail

objectName

public abstract String objectName

version

public abstract String version
Default:
".1"

serviceType

public abstract String serviceType
Default:
"JSON-RPC"


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.