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

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

public class Cat
extends Object
implements Animal


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

Constructor Detail

Cat

public Cat()
Method Detail

hello

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


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