org.jboss.cdi.tck.tests.lookup.circular
Class Food

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.circular.Food

@ApplicationScoped
public class Food
extends Object


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

Constructor Detail

Food

public Food()
Method Detail

getName

public String getName()

getNameOfPig

public String getNameOfPig()


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