Forge - Parent 2.0.0.Alpha1

org.example.extension
Class TestExtension

java.lang.Object
  extended by org.example.extension.TestExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

@Singleton
public class TestExtension
extends Object
implements javax.enterprise.inject.spi.Extension

Author:
Lincoln Baxter, III

Constructor Summary
TestExtension()
           
 
Method Summary
 boolean isInvoked()
           
 void processRemotes(javax.enterprise.inject.spi.ProcessAnnotatedType<?> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExtension

public TestExtension()
Method Detail

processRemotes

public void processRemotes(@Observes
                           javax.enterprise.inject.spi.ProcessAnnotatedType<?> event)

isInvoked

public boolean isInvoked()

Forge - Parent 2.0.0.Alpha1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.