All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gwtplatform.dispatch.annotation.proxy.AddressProxy Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package com.gwtplatform.dispatch.annotation.proxy;

import com.google.web.bindery.requestfactory.shared.ProxyFor;
import com.google.web.bindery.requestfactory.shared.ValueProxy;

@ProxyFor(com.gwtplatform.dispatch.annotation.Address.class)
public interface AddressProxy extends ValueProxy { 

  java.lang.String getStreet();

  void setStreet(java.lang.String street);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy