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