org.jboss.cdi.tck.tests.decorators.invocation
Class BarDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.invocation.BarDecorator
All Implemented Interfaces:
Bar

@Decorator
public class BarDecorator
extends Object
implements Bar


Constructor Summary
BarDecorator()
           
 
Method Summary
 boolean foo()
           
static void invokeFooOutsideOfBusinessMethodInterception()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarDecorator

public BarDecorator()
Method Detail

foo

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

invokeFooOutsideOfBusinessMethodInterception

public static void invokeFooOutsideOfBusinessMethodInterception()


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