org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator
Class FooDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.definition.interceptorCalledBeforeDecorator.FooDecorator
All Implemented Interfaces:
Foo

@Decorator
public class FooDecorator
extends Object
implements Foo


Constructor Summary
FooDecorator()
           
 
Method Summary
 void bar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooDecorator

public FooDecorator()
Method Detail

bar

public void bar()
Specified by:
bar in interface Foo


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