org.jboss.seam.solder.bean
Class AbstractImmutableProducer<T>

java.lang.Object
  extended by 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

Constructor Summary
AbstractImmutableProducer(Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints)
           
 
Method Summary
 Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
           
 
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
 

Constructor Detail

AbstractImmutableProducer

public AbstractImmutableProducer(Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints)
Method Detail

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.