org.jboss.seam.solder.bean.defaultbean
Class DefaultBeanExtension

java.lang.Object
  extended by org.jboss.seam.solder.bean.defaultbean.DefaultBeanExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class DefaultBeanExtension
extends Object
implements javax.enterprise.inject.spi.Extension

Registers beans annotated @DefaultBean During the ProcessAnnotatedTypePhase beans and producers annotated with @Default have a synthetic qualifier added to them and existing qualifiers removed. During the ProcessBean phases these default beans are stored for later use If no alternative bean was observed for each of the default beans then the stored bean is added as a forwarding bean with it's original set of qualifiers

Author:
Stuart Douglas

Constructor Summary
DefaultBeanExtension()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBeanExtension

public DefaultBeanExtension()


Copyright © 2011 Seam Framework. All Rights Reserved.