org.springframework.osgi.blueprint.container
Class GenericHolder<T>
java.lang.Object
org.springframework.osgi.blueprint.container.GenericHolder<T>
public class GenericHolder<T>
- extends Object
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericHolder
public GenericHolder(T target)
getTarget
public T getTarget()
setTarget
public void setTarget(T type)
Copyright © 2006-2011 Spring Framework. All Rights Reserved.