org.jboss.cdi.tck.tests.extensions.lifecycle.processInjectionPoint.modify
Class AnimalDecorator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimalDecorator
@Inject
public AnimalDecorator(@Any
Object delegate)
decorated
public boolean decorated()
- Specified by:
decorated in interface Animal
Copyright © 2008-2012 Seam Framework. All Rights Reserved.