@Documented @Target(value=TYPE) public static @interface AsyncProxy.AllowNonVoid
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,AsyncProxy.DefaultValue
Copyright © 2018. All rights reserved.