public class InjectableField<T> extends AbstractInjectable<T>
Modifier and Type | Field and Description |
---|---|
protected Field |
field |
protected Object |
instance |
creationalContext
Constructor and Description |
---|
InjectableField(Field field,
Object instance,
javax.enterprise.inject.spi.InjectionTarget<T> owner,
CreationalContextImpl<T> creationalContext) |
Modifier and Type | Method and Description |
---|---|
T |
doInjection() |
createInjectionPoints, getBean, getInjectionPoints, getWebBeansContext, inject
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.