org.jboss.jsr299.tck.tests.decorators.interceptor
Class FooDecorator

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

@Decorator
public class FooDecorator
extends Object
implements Foo


Field Summary
static String NAME
           
 
Constructor Summary
FooDecorator()
           
 
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

FooDecorator

public FooDecorator()
Method Detail

doSomething

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


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