org.jboss.seam.solder.bean
Class DummyInjectionTarget<T>
java.lang.Object
org.jboss.seam.solder.bean.DummyInjectionTarget<T>
- All Implemented Interfaces:
- InjectionTarget<T>, Producer<T>
public class DummyInjectionTarget<T>
- extends Object
- implements InjectionTarget<T>
Injection target implementation that does nothing
- Author:
- Stuart Douglas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyInjectionTarget
public DummyInjectionTarget()
inject
public void inject(T instance,
CreationalContext<T> ctx)
- Specified by:
inject in interface InjectionTarget<T>
postConstruct
public void postConstruct(T instance)
- Specified by:
postConstruct in interface InjectionTarget<T>
preDestroy
public void preDestroy(T instance)
- Specified by:
preDestroy in interface InjectionTarget<T>
dispose
public void dispose(T instance)
- Specified by:
dispose in interface Producer<T>
getInjectionPoints
public Set<InjectionPoint> getInjectionPoints()
- Specified by:
getInjectionPoints in interface Producer<T>
produce
public T produce(CreationalContext<T> ctx)
- Specified by:
produce in interface Producer<T>
Copyright © 2008-2011 Seam Framework. All Rights Reserved.