@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @ProxyType(defaultFactory=HessianProtocolProxyFactory.class) public @interface HessianClient
<web-app xmlns="http://caucho.com/ns/resin"
xmlns:resin="urn:java:com.caucho.resin">
<mypkg:MyService xmlns:mypkg="urn:java:com.foo.mypkg">
<mypkg:HessianClient url="http://localhost:8080/test"/>
</mypkg:MyService>
</web-app>