|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD,PARAMETER}) public @interface LoadAsync
Provides a hint to the container that the annotated element should be loaded asynchronously using
GWT's code splitting. This annotation can be placed on any container-managed element (beans or
producers).
A fragment name can optionally be specified using a class literal. GWT's code splitter will put
the code of all types with the same fragment name into the same code fragment see
GWT.runAsync(Class, com.google.gwt.core.client.RunAsyncCallback)
.
Optional Element Summary | |
---|---|
Class<?> |
value
The fragment name to group all types with the same name into the same code fragment. |
public abstract Class<?> value
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |