org.jboss.cdi.tck.tests.lookup.injectionpoint.requiredtype
Class Forest

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injectionpoint.requiredtype.Forest

public class Forest
extends Object

Author:
Martin Kouba

Constructor Summary
Forest()
           
 
Method Summary
 int getAge()
           
 Needle[] getNeedles()
           
 void ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Forest

public Forest()
Method Detail

ping

public void ping()

getAge

public int getAge()

getNeedles

public Needle[] getNeedles()


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