org.jboss.seam.solder.bean.generic
Class GenericBeanExtension

java.lang.Object
  extended by org.jboss.seam.solder.bean.generic.GenericBeanExtension
All Implemented Interfaces:
Extension

public class GenericBeanExtension
extends Object
implements Extension

Extension that wires in Generic Beans

Author:
Pete Muir, Stuart Douglas

Constructor Summary
GenericBeanExtension()
           
 
Method Summary
 Set<Annotation> getQualifiers(BeanManager beanManager, GenericIdentifier identifier, Iterable<Annotation> annotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericBeanExtension

public GenericBeanExtension()
Method Detail

getQualifiers

public Set<Annotation> getQualifiers(BeanManager beanManager,
                                     GenericIdentifier identifier,
                                     Iterable<Annotation> annotations)


Copyright © 2011 Seam Framework. All Rights Reserved.