GWT 2.1.0

com.google.gwt.editor.client
Annotation Type AutoBeanFactory.NoWrap


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

Methods annotated with this annotation will not have their return values automatically wrapped by the factory.


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

Element Detail

value

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


GWT 2.1.0