public interface Animal
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.InjectionPoint |
getDecorator1InjectionPoint() |
javax.enterprise.inject.spi.InjectionPoint |
getDecorator2InjectionPoint() |
javax.enterprise.inject.spi.InjectionPoint |
getDecorator3InjectionPoint() |
Toy |
getToy() |
String |
hello() |
String hello()
javax.enterprise.inject.spi.InjectionPoint getDecorator1InjectionPoint()
javax.enterprise.inject.spi.InjectionPoint getDecorator2InjectionPoint()
javax.enterprise.inject.spi.InjectionPoint getDecorator3InjectionPoint()
Toy getToy()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.