org.jboss.errai.ioc.rebind.ioc
Class Decorator<T extends Annotation>
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.Decorator<T>
- Direct Known Subclasses:
- ServiceDecorator
public abstract class Decorator<T extends Annotation>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decorator
protected Decorator(Class<T> decoratesWith)
decoratesWith
public Class<T> decoratesWith()
generateDecorator
public abstract String generateDecorator(InjectionPoint<T> ctx)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.