com.google.gwt.maps.jsio.client
Annotation Type Exported


@Documented
@Target(value=METHOD)
public @interface Exported

Individual Java functions may be exported to JavaScript callers by applying this annotation on a concrete Java method within a JSWrapper. The Java method will be bound to a property on the backing object per the class's NamePolicy or a FieldName annotation on the method. This annotation can also be used in conjunction with a JSFunction type when the type declares more than one method.