com.google.gwt.maps.jsio.client
Annotation Type NamePolicy


@Documented
@Target(value=TYPE)
public @interface NamePolicy

The policy to use when mangling bean property names to JSON object property names. The value of this annotation can be one of the predefined policy names, or the qualified source name of a type that implement NamePolicy.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value