blob: 5d93d2159e5a7fae2676e2ab4719c4e6ee17006d [file] [log] [blame]
<!-- -->
<!-- Copyright 2007 Google Inc. -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
<!-- may not use this file except in compliance with the License. You may -->
<!-- may obtain a copy of the License at -->
<!-- -->
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
<!-- -->
<!-- Unless required by applicable law or agreed to in writing, software -->
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
<!-- implied. License for the specific language governing permissions and -->
<!-- limitations under the License. -->
<!-- Remote Procedure Call support. -->
<!-- -->
<!-- This module is typically inherited via com.google.gwt.user.User -->
<!-- -->
<module>
<inherits name="com.google.gwt.user.HTTPRequest"/>
<!--
Declare a property to determine whether or not RPC type versioning
should be enforced.
-->
<define-property name="gwt.enforceRPCTypeVersioning" values="true,false" />
<!-- Default RPC versioning to be on. -->
<set-property name="gwt.enforceRPCTypeVersioning" value="true"/>
<!--
Declare a property to determine whether or warnings for final instance
fields should be suppressed.
-->
<define-property name="gwt.suppressNonStaticFinalFieldWarnings" values="true,false" />
<!-- Default warning for non-static, final fields enabled -->
<set-property name="gwt.suppressNonStaticFinalFieldWarnings" value="false" />
<generate-with class="com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator">
<when-type-assignable class="com.google.gwt.user.client.rpc.RemoteService"/>
</generate-with>
</module>