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

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

@Decorator
public abstract class AnimalDecorator
extends Object
implements Animal, Serializable

See Also:
Serialized Form

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

Constructor Detail

AnimalDecorator

@Inject
public AnimalDecorator(@Any
                              Object delegate)
Method Detail

decorated

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


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