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
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()


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