org.jboss.cdi.tck.tests.definition.bean
Class AbstractAntelope

java.lang.Object
  extended by org.jboss.cdi.tck.tests.definition.bean.AbstractAntelope
All Implemented Interfaces:
Animal
Direct Known Subclasses:
FriendlyAntelope

public abstract class AbstractAntelope
extends Object
implements Animal


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

Constructor Detail

AbstractAntelope

public AbstractAntelope()
Method Detail

getGreeting

public abstract String getGreeting()


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