org.jboss.cdi.tck.tests.decorators.interceptor
Class FooDecorator2

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.interceptor.FooDecorator2
All Implemented Interfaces:
Foo

@Decorator
public class FooDecorator2
extends Object
implements Foo


Field Summary
static String NAME
           
 
Constructor Summary
FooDecorator2()
           
 
Method Summary
 void doSomething()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static String NAME
Constructor Detail

FooDecorator2

public FooDecorator2()
Method Detail

doSomething

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


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