GWT 2.3.0

com.google.gwt.autobean.shared
Annotation Type AutoBeanFactory.NoWrap


Deprecated.

@Deprecated
@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface AutoBeanFactory.NoWrap

The types specified by this annotation will not be wrapped by an AutoBean when returned from an AutoBean-controlled method.

AutoBeans has moved to com.google.web.bindery.autobeans. This package will be removed in a future version of GWT.


Required Element Summary
 java.lang.Class<?>[] value
          Deprecated. The interface types that should not be wrapped.
 

Element Detail

value

public abstract java.lang.Class<?>[] value
Deprecated. 
The interface types that should not be wrapped.


GWT 2.3.0