org.jboss.cdi.tck.tests.implementation.builtin.metadata
Class MilkProductDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.builtin.metadata.MilkProductDecorator
All Implemented Interfaces:
Serializable, MilkProduct

@Decorator
public class MilkProductDecorator
extends Object
implements MilkProduct

See Also:
Serialized Form

Constructor Summary
MilkProductDecorator()
           
 
Method Summary
 javax.enterprise.inject.spi.Bean<MilkProductDecorator> getBean()
           
 javax.enterprise.inject.spi.Bean<? extends MilkProduct> getDecoratedBean()
           
 javax.enterprise.inject.spi.Decorator<MilkProductDecorator> getDecorator()
           
 MilkProductDecorator getDecoratorInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MilkProductDecorator

public MilkProductDecorator()
Method Detail

getBean

public javax.enterprise.inject.spi.Bean<MilkProductDecorator> getBean()

getDecorator

public javax.enterprise.inject.spi.Decorator<MilkProductDecorator> getDecorator()

getDecoratedBean

public javax.enterprise.inject.spi.Bean<? extends MilkProduct> getDecoratedBean()

getDecoratorInstance

public MilkProductDecorator getDecoratorInstance()
Specified by:
getDecoratorInstance in interface MilkProduct


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