org.picocontainer.injectors
Class InjectInto

java.lang.Object
  extended by org.picocontainer.injectors.InjectInto
All Implemented Interfaces:
Type

public class InjectInto
extends Object
implements Type


Constructor Summary
InjectInto(Type intoType, Object intoKey)
           
 
Method Summary
 Class getIntoClass()
           
 Object getIntoKey()
           
 Type getIntoType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectInto

public InjectInto(Type intoType,
                  Object intoKey)
Method Detail

getIntoType

public Type getIntoType()

getIntoClass

public Class getIntoClass()

getIntoKey

public Object getIntoKey()


Copyright © 2003-2010 Codehaus. All Rights Reserved.