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

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

@Decorator
public class MilkDecoratorConstructor
extends Object
implements Milk


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

Constructor Detail

MilkDecoratorConstructor

@Inject
public MilkDecoratorConstructor(javax.enterprise.inject.spi.Decorator<Cream> decorator)
Method Detail

ping

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


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