org.apache.commons.inject.impl
Class FieldPoint<T>

java.lang.Object
  extended by org.apache.commons.inject.impl.FieldPoint<T>
All Implemented Interfaces:
IPoint<T>, IInjectorAware

public class FieldPoint<T>
extends Object
implements IPoint<T>, IInjectorAware


Method Summary
 void init(IInjector pInjector)
           
 void injectTo(T pInstance, IInjector pInjector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

injectTo

public void injectTo(T pInstance,
                     IInjector pInjector)
Specified by:
injectTo in interface IPoint<T>

init

public void init(IInjector pInjector)
Specified by:
init in interface IInjectorAware


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.