Package com.google.gwt.uibinder.client
Annotation Type UiFactory
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface UiFactoryMarks a method that may be called as an alternative to a GWT.create call in aUiBindertemplate. The parameter names of the method are treated as required xml element attribute values.It is an error to apply this annotation to more than one method of a given return type.