org.jboss.errai.ioc.rebind.ioc
Class Decorator<T extends Annotation>

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.Decorator<T>
Direct Known Subclasses:
ServiceDecorator

public abstract class Decorator<T extends Annotation>
extends Object


Constructor Summary
protected Decorator(Class<T> decoratesWith)
           
 
Method Summary
 Class<T> decoratesWith()
           
abstract  String generateDecorator(InjectionPoint<T> ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decorator

protected Decorator(Class<T> decoratesWith)
Method Detail

decoratesWith

public Class<T> decoratesWith()

generateDecorator

public abstract String generateDecorator(InjectionPoint<T> ctx)


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