com.google.gwt.maps.jsio.client
Annotation Type Constructor
@Documented
@Target(value={METHOD,TYPE})
public @interface Constructor
This annotation may be applied to a class or method to specify a JavaScript
function to evaluate. The return value of the function will be used as the
initial backing object when constructing a JSWrapper or used as-is when
applied to a JSFlyweightWrapper. A JavaScript Date object could be created by
using the value $wnd.Date
.
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value