org.jboss.cdi.tck.tests.lookup.injectionpoint
Class AnimalDecorator3

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injectionpoint.AnimalDecorator3
All Implemented Interfaces:
Animal

@Decorator
public abstract class AnimalDecorator3
extends Object
implements Animal


Constructor Summary
AnimalDecorator3()
           
 
Method Summary
 javax.enterprise.inject.spi.InjectionPoint getDecorator3InjectionPoint()
           
 String hello()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.cdi.tck.tests.lookup.injectionpoint.Animal
getDecorator1InjectionPoint, getDecorator2InjectionPoint, getToy
 

Constructor Detail

AnimalDecorator3

public AnimalDecorator3()
Method Detail

hello

public String hello()
Specified by:
hello in interface Animal

getDecorator3InjectionPoint

public javax.enterprise.inject.spi.InjectionPoint getDecorator3InjectionPoint()
Specified by:
getDecorator3InjectionPoint in interface Animal


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