Cleaned up WS interfaces
This commit is contained in:
parent
1f8d5cfe2a
commit
beb0ce754e
10 changed files with 121 additions and 146 deletions
|
|
@ -18,6 +18,7 @@ public class RESTClientTest {
|
|||
|
||||
public interface OpenWeartherMap extends WSInterface {
|
||||
|
||||
@WSNamespace("")
|
||||
int weather(@WSParamName("q") String city);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue