@Documented @Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public @interface CreateWith
InstanceCreator for a POJO. Normally the
POJO is created using GWT.create() which in turn calls the
no-arg default constructor. If you POJO doesn't have such a constructor or
you want to customize the instantiation of you POJO use this annotation
together with a specific InstanceCreator.InstanceCreator| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends InstanceCreator<?,?>> |
value |
public abstract Class<? extends InstanceCreator<?,?>> value
Copyright © 2013 Harald Pehl. All Rights Reserved.