org.codehaus.enunciate.json
Annotation Type JsonName


@Target(value={FIELD,METHOD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
public @interface JsonName

Overrides the JSON name naturally derived for a type or property.

Author:
Steven Cummings

Required Element Summary
 java.lang.String value
          Value of the JSON name to expose the type or property as.
 

Element Detail

value

public abstract java.lang.String value
Value of the JSON name to expose the type or property as.