org.springframework.osgi.blueprint.container
Class GenericHolder<T>

java.lang.Object
  extended by org.springframework.osgi.blueprint.container.GenericHolder<T>

public class GenericHolder<T>
extends Object

Author:
Costin Leau

Constructor Summary
GenericHolder(T target)
           
 
Method Summary
 T getTarget()
           
 void setTarget(T type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericHolder

public GenericHolder(T target)
Method Detail

getTarget

public T getTarget()

setTarget

public void setTarget(T type)


Copyright © 2006-2011 Spring Framework. All Rights Reserved.