org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes
Class GlueDecorator

java.lang.Object
  extended by org.jboss.cdi.tck.tests.decorators.definition.broken.nodecoratedtypes.GlueDecorator
All Implemented Interfaces:
Glue

@Vetoed
public class GlueDecorator
extends Object
implements Glue


Constructor Summary
GlueDecorator(Glue glue)
           
 
Method Summary
 String ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlueDecorator

@Inject
public GlueDecorator(@Delegate
                            Glue glue)
Method Detail

ping

public String ping()
Specified by:
ping in interface Glue


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