org.jboss.seam.solder.bean
Class AbstractImmutableProducer<T>
java.lang.Object
org.jboss.seam.solder.bean.AbstractImmutableProducer<T>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Producer<T>
public abstract class AbstractImmutableProducer<T>
- extends Object
- implements javax.enterprise.inject.spi.Producer<T>
A base class for implementing Producer
. The attributes are immutable,
and collections are defensively copied on instantiation.
- Author:
- Pete Muir
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.enterprise.inject.spi.Producer |
dispose, produce |
AbstractImmutableProducer
public AbstractImmutableProducer(Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints)
getInjectionPoints
public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
- Specified by:
getInjectionPoints
in interface javax.enterprise.inject.spi.Producer<T>
Copyright © 2011 Seam Framework. All Rights Reserved.