org.jboss.cdi.tck.tests.event.broken.raw
Class DisposerMethodInjectionBar
java.lang.Object
org.jboss.cdi.tck.tests.event.broken.raw.DisposerMethodInjectionBar
public class DisposerMethodInjectionBar
- extends Object
- Author:
- Martin Kouba
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisposerMethodInjectionBar
public DisposerMethodInjectionBar()
produceFoo
@Produces
public Foo produceFoo()
disposeFoo
public void disposeFoo(@Disposes
Foo foo,
javax.enterprise.event.Event event)
Copyright © 2008-2012 Seam Framework. All Rights Reserved.