| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
forceAsync
Normally, if you access a singleton synchronously before you do asynchronously,
the provider will skip using a code-splitting callback,
as the injected class would be pulled into the codebase beforehand.
|
boolean |
isDevMode |
boolean |
isGwt |
Class<? extends PlatformSelector> |
runtimeSelector |
public abstract boolean isGwt
public abstract boolean isDevMode
public abstract Class<? extends PlatformSelector> runtimeSelector
public abstract boolean forceAsync
Copyright © 2012-2013 The Internet Party. All Rights Reserved.