org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator
Class MilkDecoratedBeanConstructor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.MilkDecoratedBeanConstructor
All Implemented Interfaces:
Milk

@Decorator
public class MilkDecoratedBeanConstructor
extends Object
implements Milk


Constructor Summary
MilkDecoratedBeanConstructor(javax.enterprise.inject.spi.Bean<Cream> bean)
           
 
Method Summary
 void ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MilkDecoratedBeanConstructor

@Inject
public MilkDecoratedBeanConstructor(@Decorated
                                           javax.enterprise.inject.spi.Bean<Cream> bean)
Method Detail

ping

public void ping()
Specified by:
ping in interface Milk


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