org.granite.tide.cdi
Class TideExtension

java.lang.Object
  extended by org.granite.tide.cdi.TideExtension
All Implemented Interfaces:
Extension

public class TideExtension
extends Object
implements Extension

Author:
William DRAI

Nested Class Summary
static class TideExtension.TideComponentAnnotatedType<T>
           
 
Constructor Summary
TideExtension()
           
 
Method Summary
<X> void
processAnnotatedType(ProcessAnnotatedType<X> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideExtension

public TideExtension()
Method Detail

processAnnotatedType

public <X> void processAnnotatedType(@Observes
                                     ProcessAnnotatedType<X> event)