org.jboss.cdi.tck.tests.lookup.typesafe.resolution.decorator
Class AnimalDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.typesafe.resolution.decorator.AnimalDecorator
All Implemented Interfaces:
Animal

@Decorator
public class AnimalDecorator
extends Object
implements Animal


Constructor Summary
AnimalDecorator()
           
 
Method Summary
 String hello()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimalDecorator

public AnimalDecorator()
Method Detail

hello

public String hello()
Specified by:
hello in interface Animal


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