I have a proxy, let's call it ConfigParametersProxy.
It has a method (for example) String getParameter1();
It is a request factory managed value proxy.
I want to be able to do this with it in my java/gwt code...
@Inject ConfigParameterProxy parameters;
How do I set this up so this works?
I am using GIN, so have a client module etc.