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

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

@Decorator
public class FooDecorator_Broken
extends Object
implements Foo


Constructor Summary
FooDecorator_Broken()
           
 
Method Summary
 boolean foo()
           
 Integer getInt()
           
 
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

getInt

@Produces
public Integer getInt()


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