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

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

@Decorator
public class FooDecorator1
extends Object
implements Foo


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

FooDecorator1

public FooDecorator1()
Method Detail

doSomething

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


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