org.apache.shindig.common
Annotation Type JsonProperty


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface JsonProperty

Annotation for specifying a property name other than the default when using JsonSerializer.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2007-2012. All Rights Reserved.