public final class DeferredResources extends AbstractResources
Modifier and Type | Field and Description |
---|---|
static DeferredResources |
INSTANCE
Static reference to LUXON resources which is injecting the LUXON library.
|
static DeferredResources |
INSTANCE_WITHOUT_DATE_LIBRARY
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library
more than once.
|
Modifier and Type | Method and Description |
---|---|
void |
inject()
Checks if the module has been injected by
EntryPointStarter . |
public static final DeferredResources INSTANCE
public static final DeferredResources INSTANCE_WITHOUT_DATE_LIBRARY
public final void inject()
EntryPointStarter
. if not, throw a UnsupportedOperationException
.inject
in class AbstractResources