org.jboss.cdi.tck.tests.deployment.packaging.war.modules
Class Qux
java.lang.Object
org.jboss.cdi.tck.tests.deployment.packaging.war.modules.Qux
public class Qux
- extends Object
- Author:
- Martin Kouba
|
Constructor Summary |
Qux()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Qux
public Qux()
getBaz
public Baz getBaz()
setBaz
@Inject
public void setBaz(Baz baz)
observeBusinessOperations
public void observeBusinessOperations(@Observes
BusinessOperationEvent event)
getEventsObserved
public static int getEventsObserved()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.