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

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify.Dog
All Implemented Interfaces:
Animal
Direct Known Subclasses:
Hound

@Lazy
public class Dog
extends Object
implements Animal


Constructor Summary
Dog()
           
 
Method Summary
 boolean decorated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dog

public Dog()
Method Detail

decorated

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


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