org.jboss.cdi.tck.tests.extensions.modules.broken
Class DecoratorExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.modules.broken.DecoratorExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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


Constructor Summary
DecoratorExtension()
           
 
Method Summary
 void registerDecorator(javax.enterprise.inject.spi.ProcessModule event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorExtension

public DecoratorExtension()
Method Detail

registerDecorator

public void registerDecorator(@Observes
                              javax.enterprise.inject.spi.ProcessModule event)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.