org.jboss.errai.ioc.rebind.decorators.builtin
Class ReplyToIOCExtension

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.IOCDecoratorExtension<ReplyTo>
      extended by org.jboss.errai.ioc.rebind.decorators.builtin.ReplyToIOCExtension

public class ReplyToIOCExtension
extends IOCDecoratorExtension<ReplyTo>

Author:
Mike Brock .

Constructor Summary
ReplyToIOCExtension(Class<ReplyTo> decoratesWith)
           
 
Method Summary
 Statement generateDecorator(InjectableInstance<ReplyTo> injectableInstance)
           
 
Methods inherited from class org.jboss.errai.ioc.rebind.ioc.IOCDecoratorExtension
decoratesWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyToIOCExtension

public ReplyToIOCExtension(Class<ReplyTo> decoratesWith)
Method Detail

generateDecorator

public Statement generateDecorator(InjectableInstance<ReplyTo> injectableInstance)
Specified by:
generateDecorator in class IOCDecoratorExtension<ReplyTo>


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.