org.jboss.cdi.tck.tests.extensions.annotated.synthetic
Class ModifyingExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.annotated.synthetic.ModifyingExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

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


Constructor Summary
ModifyingExtension()
           
 
Method Summary
<T> void
modify(javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType<T> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyingExtension

public ModifyingExtension()
Method Detail

modify

public <T> void modify(@Observes
                       javax.enterprise.inject.spi.ProcessSyntheticAnnotatedType<T> event)


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