final FieldMetadata field = proxy.getDeclaredField(propertyName);
final List<AnnotationMetadata> annotations = field != null ? field
.getAnnotations() : Collections
.<AnnotationMetadata> emptyList();
final GwtProxyProperty gwtProxyProperty = new GwtProxyProperty(
topLevelPackage, ptmd, propertyType,
propertyName.getSymbolName(), annotations, proxyMethod
.getMethodName().getSymbolName());
clientSideTypeMap.put(propertyName, gwtProxyProperty);
}