org.jboss.cdi.tck.tests.inheritance.specialization.simple
Class LazyFarmer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.inheritance.specialization.simple.Human
      extended by org.jboss.cdi.tck.tests.inheritance.specialization.simple.Farmer
          extended by org.jboss.cdi.tck.tests.inheritance.specialization.simple.LazyFarmer

@Specializes
@Lazy
public class LazyFarmer
extends Farmer


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

Constructor Detail

LazyFarmer

public LazyFarmer()
Method Detail

getClassName

public String getClassName()
Overrides:
getClassName in class Farmer


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