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


@Documented
@Target(value=METHOD)
public @interface FieldName

When implementing a bean property accessor, the default NamePolicy will be used unless this annotation appears on the property's getter or setter. This is also used with imported and exported functions to specify the object property to attach to.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value