org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.decorator
Class FooDecorator_Broken

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.decorator.FooDecorator_Broken
All Implemented Interfaces:
Foo

@Decorator
public class FooDecorator_Broken
extends Object
implements Foo


Constructor Summary
FooDecorator_Broken()
           
 
Method Summary
 void dispose(Integer zero)
           
 boolean foo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooDecorator_Broken

public FooDecorator_Broken()
Method Detail

foo

public boolean foo()
Specified by:
foo in interface Foo

dispose

public void dispose(@Disposes
                    Integer zero)


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