org.jboss.cdi.tck.tests.veto
Class ModifyingExtension

java.lang.Object
  extended by org.jboss.cdi.tck.tests.veto.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
 void observeLeopard(javax.enterprise.inject.spi.ProcessAnnotatedType<Leopard> 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

observeLeopard

public void observeLeopard(@Observes
                           javax.enterprise.inject.spi.ProcessAnnotatedType<Leopard> event)


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