Package | Description |
---|---|
org.jboss.errai.ioc.rebind.ioc.injector.api |
Modifier and Type | Field and Description |
---|---|
protected TaskType |
InjectionTask.taskType |
protected TaskType |
InjectionPoint.taskType |
protected TaskType |
AsyncInjectionTask.taskType |
Modifier and Type | Method and Description |
---|---|
TaskType |
InjectionPoint.getTaskType() |
static TaskType |
TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskType[] |
TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InjectableInstance(T annotation,
TaskType taskType,
MetaConstructor constructor,
MetaMethod method,
MetaField field,
MetaClass type,
MetaParameter parm,
Injector injector,
InjectionContext injectionContext) |
InjectionPoint(T annotation,
TaskType taskType,
MetaConstructor constructor,
MetaMethod method,
MetaField field,
MetaClass type,
MetaParameter parm,
Injector injector,
InjectionContext injectionContext) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.