public static abstract @interface

AsyncProxy.AllowNonVoid

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

Class Overview

If this annotation is applied to an AsyncProxy type, it will be legal for the parameterized type T to declare non-void methods. These methods will immediately return a default value of 0, false, or null if the proxy has not yet instantiated the backing object. The use of this annotation may cause surprising operation if the consuming code does not expect this behavior; for example a call to a property setter followed by a call to the getter could return null,

Summary

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