org.jboss.cdi.tck.tests.lookup.injectionpoint
Class AnimalDecorator2
java.lang.Object
org.jboss.cdi.tck.tests.lookup.injectionpoint.AnimalDecorator2
- All Implemented Interfaces:
- Animal
@Decorator
public abstract class AnimalDecorator2
- extends Object
- implements Animal
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimalDecorator2
public AnimalDecorator2()
hello
public String hello()
- Specified by:
hello in interface Animal
getDecorator2InjectionPoint
public javax.enterprise.inject.spi.InjectionPoint getDecorator2InjectionPoint()
- Specified by:
getDecorator2InjectionPoint in interface Animal
getToy
public Toy getToy()
- Specified by:
getToy in interface Animal
Copyright © 2008-2012 Seam Framework. All Rights Reserved.