org.apache.webbeans.inject
Class InjectableField<T>
java.lang.Object
org.apache.webbeans.inject.AbstractInjectable<T>
org.apache.webbeans.inject.InjectableField<T>
public class InjectableField<T>
- extends AbstractInjectable<T>
Field type injection.
- Since:
- 1.0
- Author:
- Gurkan Erdogdu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
protected Field field
instance
protected Object instance
InjectableField
public InjectableField(Field field,
Object instance,
InjectionTarget<T> owner,
CreationalContextImpl<T> creationalContext)
doInjection
public T doInjection()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.