public static abstract @interface

AsyncProxy.DefaultValue

implements Annotation
com.google.gwt.user.client.AsyncProxy.DefaultValue

Class Overview

This annotation specifies the return value for primitive methods when the AsyncProxy.AllowNonVoid annotation has been applied to an AsyncProxy. The annotation may be applied to the definition of the AsyncProxy type or individual methods defined on the target interface. If the annotation is applied to the AsyncProxy type, then it will apply to all methods implemented by the proxy. The correct default value will be chosen from the value methods defined in this type based on the return type of the method.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation