@Decorator public class BakeryProductDecorator extends Object implements BakeryProduct
| Constructor and Description |
|---|
BakeryProductDecorator() |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.Bean<BakeryProductDecorator> |
getBean() |
javax.enterprise.inject.spi.Bean<? extends BakeryProduct> |
getDecoratedBean() |
javax.enterprise.inject.spi.Decorator<BakeryProductDecorator> |
getDecorator() |
BakeryProductDecorator |
getDecoratorInstance() |
public javax.enterprise.inject.spi.Bean<BakeryProductDecorator> getBean()
public javax.enterprise.inject.spi.Decorator<BakeryProductDecorator> getDecorator()
public javax.enterprise.inject.spi.Bean<? extends BakeryProduct> getDecoratedBean()
public BakeryProductDecorator getDecoratorInstance()
getDecoratorInstance in interface BakeryProductCopyright © 2008–2016 CDI TCK. All rights reserved.