org.jboss.cdi.tck.tests.extensions.annotated
Class Cat

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.annotated.Cat
Direct Known Subclasses:
WildCat

@Felid
public class Cat
extends Object


Field Summary
protected  int age
           
 
Constructor Summary
Cat()
           
Cat(int age)
           
 
Method Summary
 void jump()
           
protected  void yowl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

age

protected int age
Constructor Detail

Cat

public Cat()

Cat

public Cat(int age)
Method Detail

yowl

protected void yowl()

jump

public void jump()


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