org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify
Class Cat

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify.Cat
All Implemented Interfaces:
Serializable, Animal

@ApplicationScoped
@Named
public class Cat
extends Object
implements Animal, Serializable

See Also:
Serialized Form

Constructor Summary
Cat()
           
 
Method Summary
 boolean decorated()
           
 javax.enterprise.inject.spi.Bean<Cat> getBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cat

public Cat()
Method Detail

decorated

public boolean decorated()
Specified by:
decorated in interface Animal

getBean

public javax.enterprise.inject.spi.Bean<Cat> getBean()


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