GWT 2.1.1

com.google.gwt.user.client
Annotation Type AsyncProxy.ConcreteType


@Documented
@Target(value=TYPE)
public static @interface AsyncProxy.ConcreteType

This interface should be applied to the AsyncProxy subtype in order to specify the Class literal that will be passed to GWT.create(Class).


Required Element Summary
 java.lang.Class<?> value
           
 

Element Detail

value

public abstract java.lang.Class<?> value

GWT 2.1.1